:root {
	--blue-chill: #1292A0;
	--dove-gray: #707070;
}

input,
textarea,
button,
select,
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	padding: 0px;
	margin: 0px;
	/*font-family: 'Segoe UI';*/
	color: #000000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

html {
	-webkit-text-size-adjust: 100%;
	margin-top: 0px !important;
}

b,
strong {
	font-weight: 600;
}

#wrapper {
	padding-top: 70px;
}

.page-id-260 .cat-section3,
.page-id-276 .hideonthispage,
.page-id-290 .hideonthispage  {
	display: none;
}
.page-id-290 .cat-section5,
.page-id-276 .cat-section5,
.page-id-260 .cat-section3.hideon-nutrationpage {
    display: none !important;
}

/*Popup*/

.search-icon-wrapper {
	position: relative;
	top: 20px;
	right: 20px;
	z-index: 9998;
}

.mobile-search-box {
	width: 85%;
}

.mobile-search-box-padding {
	padding: 20px 0 0 10px;
}

.message {
	background: #fff;
	color: #000;
	position: absolute;
	top: -70px;
	left: auto;
	right: auto;
	width: 100%;
	height: 60px;
	padding: 0;
	transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
	overflow: hidden;
	box-sizing: border-box;
	z-index: 9999;
}

#toggle {
	appearance: none;
	position: absolute;
	cursor: pointer;
	left: -100%;
	top: -100%;
	visibility: hidden;
}

#toggle+label {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 22px;
	right: 10px;
	z-index: 9998;
	padding: 5px;
	background: #fff;
	width: 20px;
	color: #000;
	line-height: 20px;
	font-size: 20px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	transition: all 500ms ease;
}


/*#toggle + label:after {
  content:"Open" 
}*/

.container {
	transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

#toggle:checked~.message {
	top: 0;
}

#toggle:checked~.container {
	margin-top: 70px;
}

#toggle:checked+label {
	background: #fff;
}


/*#toggle:checked + label:after {
  content:"Close"
}*/


/*eof popup*/


/* Hero Tab */

.hero-tab-content-explore a {
	color: #fff;
	text-decoration: underline;
}

.home-slider-tab {
	position: relative;
}

.hero-tabs {
	position: fixed;
	z-index: 99999;
	left: 20px;
	bottom: 50px;
	width: 66px;
}

.hero-tabs h3 {
	padding: 5px;
	margin: 0px;
	background: #F69895;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}

.hero-tabs ul {
	padding: 10px;
	margin: 0px;
	list-style-type: none;
}

.hero-tabs ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	display: block;
}

.hero-tabs ul li a {
	text-decoration: underline;
	display: block;
	color: #AD221E;
	display: block;
	font-size: 16px;
}

.hero-tabs ul li a:hover {
	text-decoration: none;
}

.hero-tabs .fa-close {
	color: #fff;
	cursor: pointer;
	border-radius: 15px;
	padding: 5px 13px;
	margin-bottom: 5px;
	display: none;
	float: right;
	background: rgba(0, 0, 0, 0.4);
	font-size: 15px;
	position: relative;
	left: 150px;
}

.hero-tab-wrapper {
	display: none;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	clear: both;
	box-shadow: 3px 3px 6px #00000029;
	color: #000;
	width: 216px;
}

.hero-tab-wrapper a {
	color: #000;
}

.hero-tabs p.plus-icon {
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 0px;
}

.hero-tabs p.plus-icon img {
	cursor: pointer;
}

.hero-tab {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: white;
	cursor: pointer;
	margin-bottom: 5%;
	display: flex;
	padding: 5px 10px;
}

.hero-tab-content {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	color: white;
	opacity: 0;
	padding: 13px 10px;
	position: absolute;
	right: 1000%;
	text-align: center;
	transition: 1s;
}

.hero-tab-content-1.active {
	opacity: 1;
	right: auto;
	top: -80%;
}


/* Hero Tab */

.head-powered-by-menu span.ubermenu-target {
	padding: 5px !important;
}

.menuwrapper .ubermenu-widgettitle {
	display: none !important
}

.head-search-desktop ul {
	margin: 0;
	padding: 0;
}

.head-search-desktop li {
	list-style: none;
}

.pad-top-bottom-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.pad-bottom-80 {
	padding-bottom: 80px;
}

.pad-bottom-50 {
	padding-bottom: 50px;
}

.pad-bottom-30 {
	padding-bottom: 30px;
}

.desktop-view {
	display: block;
}

.mobile-view {
	display: none;
}

.hp-article-type-icon img,
.post-tag,
.sub-section-box-icon img {
	max-width: 30px;
}

#menu-item-1340 {
	display: none!important;
}

.ajax_autosuggest_category {
	display: none!important;
}


/*#codenegar_ajax_search-3 h3 { display:none!important;}


#codenegar_ajax_search-3 .ajax_autosuggest_form_wrapper {
    width: 90%!important; max-width:90%!important;
}

#codenegar_ajax_search-3 .ajax_autosuggest_form_wrapper:after {
    position:relative;
    right:0;
    top:0;
    width: 0;
    height:0;
    background:none;
    content: "";
}
*/

.read-more {
	font-size: 14px;
	clear: inherit;
	font-weight: 700;
	color: #1292A0;
}

.essb_links li,
.essb_links ul {
	padding: 0!important;
	margin: 0 auto 30px auto!important;
	list-style: none!important;
}

.essb_links li a {
	margin: 0!important;
	color: #fff!important;
	text-decoration: none;
	font-size: 100%;
	background-clip: padding-box;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

input,
button,
select {
	font-family: 'Open Sans', sans-serif;
}

.text-center {
	text-align: center;
}

.disktop-view {
	display: block;
}

.mobile-view {
	display: none;
}

.mobile-search-menu {
	display: none !important;
}

.time-specification {
	font-weight: 400 !important;
	color: #000000 !important;
	text-transform: capitalize;
	font-size: 14px;
}

.text-white.time-specification {
	color: #fff !important;
}

.ubermenu .ubermenu-submenu .ubermenu-column {
	display: inline-block !important;
	float: none !important;
	vertical-align: top !important;
	border: 0;
}

/* .ubermenu .ubermenu-row,
.ubermenu .ubermenu-submenu {
	text-align: center !important;
} */


/* Ajax Pagination */

ul.alm-paging li a {
	border: 0px !important;
	background: none !important;
	padding: 6px 5px !important;
	font-size: 18px !important;
	color: #000;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin: 0px 2px !important;
}

ul.alm-paging li.active a {
	background: #000 !important;
	border-color: none !important;
	color: #fff !important;
}

.page-template-health-page-template .wp-pagenavi {
	display: none !important;
}


/* Ajax Pagination */

.head-powered-by-menu {
	width: 200px;
}

.head-resource-menu-image img {
	max-width: 360px !important;
}

.head-resource-menu-image {
	text-align: right !important;
}

.head-powered-by-menu img {
	margin-bottom: 0px !important;
	max-width: 190px !important;
	margin-top: 0px !important;
	padding-top: 0px !important;
}

.ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text {
	font-family: 'Open Sans', sans-serif !important;
	color: #000 !important;
	font-weight: 600;
	letter-spacing: 0px;
}

.ubermenu-submenu span.ubermenu-target-description.ubermenu-target-text {
	font-family: 'Open Sans', sans-serif !important;
	color: #707070 !important;
	letter-spacing: 0px;
}

.ubermenu a.ubermenu-target {
	padding: 10px;
}


.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target{
   padding-right: 10px;
}

.ubermenu .ubermenu-item {
	vertical-align: middle !important;
}
.ubermenu .ubermenu-item .ubermenu-submenu-drop {
margin-top: 20px !important;
}
.ubermenu-target-title {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 1px;
}

.ubermenu-target-description {
	font-size: 14px!important;
	line-height: 20px;
	font-weight: 400;
}

#menu-item-621 ul {
	padding: 0;
}

#menu-item-621 .ubermenu-content-block li {
	list-style: none;
	padding: 10px 5px;
}

#menu-item-621 .ubermenu-content-block h3 {
	display: none!important;
}


/* Pagination */

.wp-pagenavi a,
.wp-pagenavi span {
	border: 0px;
}

.wp-pagenavi .pages {
	padding: 0px;
	margin: 0px;
	width: 50%;
	display: inline-block;
}

.wp-pagenavi span.current {
	font-weight: normal;
	background: #000;
	color: #fff;
	border-radius: 3px;
}

.ubermenu .ubermenu-widget {}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
	top: 43%;
	right: 20px;
	display: none;
}
.ubermenu.ubermenu-submenu-indicator-closes 
.ubermenu-sub-indicator-close>i {
    left: -10px !important;
}

.single-post-nav {
	width: 100%;
}

.single-post-nav-prev {
	width: 50%;
	float: left;
}

.single-post-nav-next {
	width: 50%;
	float: right;
}

.single-post-nav-wrapper {
	position: relative;
}


/*.post-previous {width:50%; float:left;}
.post-next { width:50%; float:right;}*/

#post-nav {
    text-align: center;
    display: flex;
    padding: 30px 0px;
}

#post-nav .pagi-thumbnail a{
   margin-right: 1rem;
   display: block;
   min-width: 150px;
}

#post-nav .pagi-thumbnail.Desk-Block a{
  margin-right: 0;
  margin-left: 1rem;
}

#post-nav .pagi-thumbnail a img{
   width: 150px;
   height: 150px;
   border-radius:7px;
   object-fit: cover;
   -o-object-fit: cover;
   margin: 0;
}

.post-previous {
    width: 50%;
    margin: 0 auto;
    text-align: right;
    display: flex;
    padding: 20px 20px 30px 0;
    border-top: 2px solid #EAD4F1;
    border-right: 2px solid #EAD4F1;
    border-bottom: 2px solid #EAD4F1;
    justify-content: space-between;
}

.post-next {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    padding: 20px 0px 30px 20px;
    border-top: 2px solid #EAD4F1;
    /* border-left: 2px solid #EAD4F1; */
    border-bottom: 2px solid #EAD4F1;
    justify-content: space-between;
}

.single-post-nav-thumb-wrapper {
	position: relative;
}

.single-post-nav-thumb-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 90;
}


/*.single-post-nav-thumb img { opacity:0.6;}*/

/* .single-post-nav-title {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
	z-index: 99;
}*/

.single-post-nav-title .btn {
    border: 2px solid #B3E5E5;
    border-radius: 6px;
    padding: 6px;
    font-size: 18px;
    color: #17306F;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}

.single-post-nav-title a {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 600;
}

.single-post-nav-title a:hover {
	color: #eee;
}

.ajax_autosuggest_suggestions a .searchheading {
	font-family: 'Open Sans', sans-serif!important;
}

.ajax_autosuggest_form_wrapper {
	width: 180px;
	height: 34px;
	border: 1px solid #707070;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	margin-bottom: 0px !important;
	padding: 0px 10px;
	margin-top: 3px;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
}

.ajax_autosuggest_form_wrapper:after {
	position: absolute;
	right: -14px;
	top: 1px;
	width: 1px;
	height: 25px;
	background: #b8b8b8;
	content: "";
}


/* Health Landing Page */

.health-landing-main {}

.health-hero-main {}

.health-hero-main h1 img {
	max-width: 40px;
}

.health-landing-cont {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 50px;
    background-color: #f7f7f7;
}

.health-landing-box {
    display: inline-block;
    width: 31%;
    margin: 0px 10px 50px 10px;
    vertical-align: top;
    background-color: #fff;
    text-align: initial;
    border-radius: 5px;
}

.health-landing-box img{
  border-radius: 5px 5px 0 0;
}

.health-landing-box .content-wrapper{
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 200px;
}

.health-landing-box .content-wrapper .more-link{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: var(--blue-chill);
    text-decoration: none;
    text-transform: uppercase;
}

.health-landing-box .content-wrapper .more-link-icon{
    height: 14px;
    width: 20px;
    fill: var(--blue-chill);
    margin-left: 5px;
    margin-bottom: -1px;
}

.health-landing-box .content-wrapper h4{
      margin: 0 0 8px 0;
}

.health-landing-box a {
    display: block;
}

.health-landing-bottom {
    position: relative;
    top: 50px;
}

.health-landing-bottom img {
    margin: 0px;
    max-width: 400px;
}

/* Health Landing Page */

.error404 .search-form-box {
	max-width: inherit;
	padding: 0px 0px 150px;
}


/* Search */

body.search .search-not-found-title {
	padding-top: 50px;
	color: #00235b !important;
}

body.search .searchbox {}

body.search .searchbox {
	max-width: 100%;
	border: 1px solid #707070;
	border-radius: 30px;
	margin-right: 20px;
	position: relative;
	margin-top: 11px;
	height: 40px;
	margin-bottom: 20px;
}

body.search .searchbox .submit {
	padding: 0px;
	margin: 0px;
	background: none;
	background: url('images/search-icon.png') no-repeat;
	outline: none;
	position: absolute;
	left: 10px;
	top: 12px;
	border: 0px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	font-size: 0px;
	border-radius: 0px;
}

body.search .searchbox .submit:hover {
	padding: 0px;
	margin: 0px;
	background: url('images/search-icon.png') no-repeat;
	outline: none;
	position: absolute;
	left: 10px;
	top: 12px;
	border: 0px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	font-size: 0px;
	border-radius: 0px;
}

body.search .searchbox .field {
	background: none;
	border: 0px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	color: #707070;
	font-weight: 300;
	font-family: 'Jost', sans-serif;
	height: 40px;
	border-radius: 30px;
	box-shadow: unset;
	padding-left: 50px;
}

body.search .searchbox .submit:before {
	content: "\f002";
	font-family: 'FontAwesome';
}

#content-search {
	padding-bottom: 150px;
}

.search-form-box {
	margin: 0px auto 0px auto;
	max-width: 860px;
	padding: 45px 0px 50px;
}

.seaarch-result-count {
	padding: 5px 0px 0px 0px;
}

.search-hero {
	background: url("images/search-hero.jpg") no-repeat top center;
	width: 100%;
}

.search-hero h1 {
	padding-top: 250px;
}
/* Comment by Webakruti */
/* .archive .search-hero {
	display: none;
} */
/* Comment by Webakruti */

.archive .post-tags {
	display: none;
}

.search-pg-form {
	border: 1px solid #cfcfcf;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	min-height: 48px;
	position: relative;
}

.search-pg-form #searchsubmit {
	border: 0px;
	padding: 0px;
	margin: 0px;
	outline: none;
	height: 48px;
	width: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: none;
	background: url('images/search-pg-icon.png') no-repeat center center;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: 0px;
}

.search-pg-form input[type="text"] {
	background: none;
	height: 48px;
	border: 0px;
	padding: 0px 0px 0px 70px;
	width: 100%;
	outline: none;
	box-shadow: unset;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}

.search-pg-form div {
	margin: 0px;
}

.search-posts .post-meta {
	display: none;
}

.search-post-thumb {
	float: left;
	width: 30%;
	margin-right: 30px;
             
}
.border-radius10 shadow .search-post-thumb a picture img{border-radius: 10px!important;}
.search-cont {
	float: left;
	width: 65%;
}

.search-posts {
	margin: 0px auto 50px auto;
	max-width: 850px;
}


/* Search */


/**/

.small-container {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
}

.inner-header-outer {
	position: relative;
}

.inner-header {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.social-share-inner {
	position: absolute;
	top: 55px;
	right: 50px;
	width: 60px;
}

.social-share-inner a {
	display: block;
	margin-bottom: 30px;
}

.social-share-inner ul li.heateorSssSharingRound {
	display: inline-block !important;
	float: none !important;
	margin: 1px 0px !important;
}


/**/


/* Base */

.mt30 {
	margin-top: 40px;
}

h2 {
	letter-spacing:1px;
	margin-bottom: 40px;
	line-height: 1.3;
}

.text-upperccase {
	text-transform: uppercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.inner-spacing1 {
	padding: 60px 0px;
}

.btn1 {
	background: #ebd4f1;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 13px 30px 16px;
	display: inline-block;
	font-size: 20px;
}

.display-inline {
	display: inline-block;
}

.position-relative {
	position: relative;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.fw-semibold {
	font-weight: 600;
}

.text-green {
	color: var(--blue-chill);
}

.border-radius7 {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.border-radius10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.border-radius15 {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.shadow {
	box-shadow: 1px 1px 9px #00000029;
}

.text-white {
	color: #fff;
}

.title-404 {
	color: #162e6f;
}


/* Base */


/* Inner Header */

.innerpages-header,
.search-hero {
	min-height: 500px;
	width: 100%;
	position: relative;
}

.innerpages-header-content {
	padding-top: 170px;
}


/* Inner Header */


/* Health Calcultors */

.page-template-health-calculator-landing .heateor_sss_vertical_sharing {
	display: none !important;
}

.health-calculator-slider .health-calculator-boxes {
	margin: 0px;
	width: auto;
	float: none;
}

.health-calculator-slider .health-calculator-boxes h3 {
	font-size: 20px;
}

.health-calculator-hero-img {
	width: 100%;
	position: relative;
	min-height: 500px;
}

.health-calculator-hero-arrow {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 30px;
}

.health-calculator-hero-cont {
	width: 43%;
}

.health-calculator-boxes {
	width: 45%;
	margin: 0px 25px 50px 10px;
	float: left;
	box-shadow: 3px 3px 10px #00000029;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #fff;
	position: relative;
}

.health_calculator_form_code_main {
	position: relative;
	max-width: 620px;
	margin: 0px auto;
}

.page-id-380 .health_calculator_form_code_main,
.page-id-379 .health_calculator_form_code_main,
.page-id-368 .health_calculator_form_code_main {
	max-width: 1020px;
}

.health_calculator_form_main {
	padding-top: 30px !important;
}

.health_calculator_form_main .envelope,
.health_calculator_form_main .jk-calc-main-wrapper,
.health_calculator_form_main .fatcalc-wrapper {
	float: none !important;
	border: 0px !important;
	background: #D9FBFF !important;
	box-shadow: 5px 5px 20px #00000029 !important;
	font-family: 'Open Sans', sans-serif !important;
}

.health_calculator_form_main .cal-label,
#cm-main-wrapper label,
.jk-calc-main-wrapper label,
.calc-title {
	font-weight: 600 !important;
    margin-left:9px;
}

#cm-system-wrapper input {
	margin-right: 5px !important;
	position: relative;
	top: 2px;
}

.cm-button,
.calculate-button,
.health_calculator_form_main .calculate-button {
	color: #000 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	background-color: #ead4f1 !important;
	background-image: none !important;
	outline: none !important;
}

.health_calculator_form_main .body_fat_result_span,
.health_calculator_form_main .result_val {
	font-family: 'Open Sans', sans-serif !important;
	color: #162f6f !important;
}

.fatcalc-wrapper td,
.fatcalc-wrapper tr {
	background: #D9FBFF !important;
}

.health_calculator_form_main .reset-button {
	color: #000 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	outline: none !important;
	background: #49c2c1 !important;
	color: #fff !important;
}

.jk-calc-result {
	border: 0px !important;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
}

.health_calculator_explore {
	margin-bottom: 50px;
}

.health_calculator_explore .slick-dots {
	padding-top: 30px;
}

.health_calculator_explore h2 {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.health_calculator_explore h2:after {
	height: 1px;
	background: #000;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 22px;
	content: "";
}

.health_calculator_explore h2 span {
	padding: 0px 20px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 99;
}

.health-calculator-bottom-main {
	background: #F9EFBA;
	width: 100%;
	margin-bottom: 150px;
}

.health-calculator-bottom-left {
	float: left;
	width: 40%;
}

.health-calculator-bottom-right {
	float: right;
	width: 55%;
	padding-top: 30px;
}

.health-calculator-boxes h3 {
	padding: 15px 15px 18px 15px;
	margin: 0px;
	font-size: 25px;
	position: relative;
	line-height: 1.3;
}

.health-calculator-boxes h3:after {
	position: absolute;
	width: 40px;
	height: 40px;
	background: url('images/health-calculator-plus.png') no-repeat center center;
	background-size: cover;
	content: "";
	top: -20px;
	right: 20px;
}

.health-calculator-boxes img {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}


/* Health Calcultors */


/* Health Internal */

.health-recent-cont-box {
	padding-top: 45px;
}

.health-recent-cont-descp {
	padding-bottom: 15px;
}

.health-internal-article .health-recent-box {
	float: left;
	width: 46%;
	margin-right: 4% !important;
}

.health-internal-article .health-recent-cont {
	width: 55%;
}

.health-internal-article .health-recent-cont .time-specification {
	padding: 0px 10px;
}

.health-internal-rm {
	margin-top: 20px;
}

.health-internal-article .health-recent-cont h4 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.health-internal-description {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 60px;
}

.health-internal-article-title h2:before,
.health-internal-article-title h2:after {
	width: 20% !important;
}

.content-main.health-internal-main {
	padding-bottom: 170px;
}

.health-internal-content h1 {
	letter-spacing: 5px;
	margin-bottom: 5px;
	padding: 0px 0px 0px;
	text-transform: uppercase;
}

.health-internal-article .trend-banner {
	padding: 0px;
	width: 38%;
}

.health-internal-article .trend-banner img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.health-internal-subtitle {
	font-size: 20px;
	padding-bottom: 30px;
}

.health-internal-hero {
	text-align: center;
	margin-bottom: 50px;
}

.health-internal-hero img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 3px 6px #00000029;
}

.health-internal-content-area {
	padding: 0px 0px 50px 0px;
}

.health-internal-content-area img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}


/* Health Internal */


/* Sub Section Page */

.sub-section-cont {
	padding-top: 80px;
}

.sub-section-main {
	padding: 0px 0px 100px;
}

.sub-section-hero {
	min-height: 497px;
}

.sub-section-hero h2 {
	padding-top: 170px;
}

.sub-section-description {
	margin: 0px auto;
	max-width: 520px;
}

.sub-section-filter .sf-field-reset {
	padding-top: 39px;
}

.sub-section-filter .searchandfilter h4 {
	text-align: left;
}

.sub-section-filter {
	text-align: center;
	padding: 30px 0px 50px;
}

.sub-section-filter ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.sub-section-filter ul li {
	padding: 0px 20px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}

.sub-section-filter .sf-input-text,
.sub-section-filter .sf-input-select {
	border: 1px solid #d3d3d3;
	background: #fff;
	width: 214px;
	height: 38px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 0px 20px;
	box-sizing: border-box;
	box-shadow: unset;
}

.sub-section-filter .sf-input-select {
	cursor: pointer;
	padding-right: 40px;
	background: url('images/search-result-arrow.png') no-repeat center right;
	-webkit-appearance: none;
	-moz-appearance: none;
}


/*
.sub-section-filter ul{display:none;}
.found-result-number{display:none;}
*/

.sub-section-filter .sf-input-text::-webkit-input-placeholder {
	/* Edge */
	color: #000;
	opacity: 1;
}

.sub-section-filter .sf-input-text:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
	opacity: 1;
}

.sub-section-filter .sf-input-text::placeholder {
	color: #000;
	opacity: 1;
}

.search-filter-reset {
	cursor: pointer;
	height: 38px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 0px 30px;
	cursor: pointer;
	background: #8ed5fa;
	color: #000;
	text-align: center;
	display: block;
	line-height: 38px;
}

.page-template-diet-healthy-food-without-filter .comment-respond {
	display: none !important;
}

.sub-section-box {
	float: left;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 50px;
	min-height: 195px;
}

.sub-section-box-img {
	box-shadow: 1px 1px 9px #00000029;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	position: relative;
	width: 35%;
	float: left;
}

.sub-section-box-img img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.sub-section-box-cont {
	float: right;
	width: 60%;
}

.sub-section-box-cont h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
	min-height: 68px;
	margin-bottom: 5px;
}

.sub-section-box-cont-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* number of lines to show */
	-webkit-box-orient: vertical;
	min-height: 56px;
	margin-bottom: 20px;
}

.sub-section-box-cont-desc p {
	margin-bottom: 0px;

}

.sub-section-box-icon {
	margin-right: 20px;
	padding-right: 20px;
	border-right: 1px solid #e0e0e0;
}

.sub-section-box-spec {
	padding-right: 20px;
	border-right: 1px solid #e0e0e0;
	margin-right: 20px;
}

.sub-section-box-rm {}

.fa-long-arrow-right:before {
	content: "\f178" !important;
}


/* Sub Section Page */


/* QForm */

.quform-success-message {
	background: none !important;
	border: 0px !important;
	margin-top: 20px !important;
	font-weight: 600 !important;
}

.quform-success-message-icon {
	display: none !important;
}

.quform-loading-spinner {
	opacity: 0 !important;
}

.quform-loading {
	display: none !important;
}


/* QForm */


/* About Us */

.about-content-main {
	padding-top: 0px;
}

.about-content-main .innerpages-header-content h1 {
	padding-top: 220px;
	margin-bottom: 0px;
	font-size: 36px;
}

.about-hero-main {
	min-height: 600px;
}

.about-hero-main h1 {
	text-align: center;
	padding-top: 410px;
}

.about-section1 {
	padding: 130px 0px 100px 0px;
	text-align: center;
}

.about-section1-cont {
	position: relative;
	z-index: 9;
}

.about-section1 p {
	max-width: 583px;
	margin: 0px auto;
}

.about-section1-img {
	position: absolute;
	right: 0px;
	max-width: 300px;
	bottom: 0px;
}

.about-section2 {
	padding: 65px 0px 0px 0px;
	background: url('images/about-purple-bg.jpg') repeat-y center;
	margin-bottom: 25px;
}

.about-section2-img {
	float: left;
	width: 50%;
	position: relative;
	bottom: -20px;
}

.about-section2-img img {
	box-shadow: 0px 3px 6px #00000029;
}

.about-section2-cont {
	float: right;
	width: 34%;
	padding-top: 60px;
	margin-right: 30px;
}

.about-section3 {
	padding: 65px 0px 0px 0px;
	background: url('images/about-green-bg.jpg') repeat-y center;
	margin-bottom: 25px;
}

.about-section3-img {
	float: right;
	width: 50%;
	position: relative;
	bottom: -20px;
}

.about-section3-img img {
	box-shadow: 0px 3px 6px #00000029;
}

.about-section3-cont {
	float: left;
	width: 35%;
	padding-top: 60px;
}

.about-section4 {
	padding: 100px 0px 60px 0px;
	text-align: center;
}

.about-section4-cont {
	position: relative;
	z-index: 9;
}

.about-section4 p {
	max-width: 583px;
	margin: 0px auto;
}

.about-section4-img {
	position: absolute;
	left: 0px;
	max-width: 250px;
	top: -50px;
}

.about-section5 {
	padding: 0px 0px 100px 0px;
}

.about-section5-box {
	float: left;
	margin-right: 30px;
	width: 23%;
}

.about-section5-box:nth-child(2) {
	margin-top: 90px;
}

.about-section5-box:nth-child(3) {
	margin-top: 130px;
}

.about-section5-box:last-child {
	margin-right: 0px;
}

.about-section5-box h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 3px;
	font-size: 28px;
}

.about-section5-img {
	margin-bottom: 35px;
}

.about-section5-img img {
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 7px;
}

.about-section5-box p {
	margin-bottom: 30px;
}

.about-section5-explore {
	color: #1292A0;
	font-weight: 600;
}

.about-section6 {
	background: url('images/about-section6-bg.jpg') repeat-y center;
}

.about-section6-inn {
	background: url('images/about-section6-bg1.jpg') no-repeat top center;
	padding-bottom: 70px;
}

.about-section6-left {
	float: left;
	padding-top: 130px;
	width: 30%;
}

.about-section6-right {
	float: right;
	width: 57%;
}

.about-testimonial-box {
	padding: 0px 10px;
	text-align: center;
}

.about-testimonial-img {
	margin-bottom: 30px;
	max-width: 200px;
	margin: 0px auto 30px auto;
}

.about-testimonial-img img {
	box-shadow: 0px 0px 10px #00000029;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.about-testimonial {
	padding: 0px 50px;
	position: relative;
}

.about-testimonial .slick-arrow {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 46px;
	padding: 0px;
	margin: 12px 0px 0px 0px;
	cursor: pointer;
	background: url('images/testimonial-arrow.png') no-repeat top left;
	background-size: cover;
}

.about-testimonial .slick-arrow.slick-prev {
	left: 0px;
}

.about-testimonial .slick-arrow.slick-next {
	right: 0px;
	transform: rotate(180deg);
}

.about-testimonial .slick-arrow i {
	display: none;
}

.about-section7 {
	padding: 85px 0px 240px;
	background: #f4ffda;
}

.about-section7-cont {
	width: 34%;
}

.about-section7-right-img {
	position: absolute;
	right: 0px;
	max-width: 610px;
	top: 90px;
}

.about-section7-left-img {
	position: absolute;
	left: 0px;
	max-width: 270px;
	bottom: 20px;
}


/* About Us */


/* Ebook Main */

.ebook-content-main {
	padding-bottom: 150px;
}

.ebook-hero-main {
	padding: 80px 0px;
	position: relative;
}

.ebook-hero-left {
	float: left;
	width: 33%;
}

.ebook-hero-right {
	float: right;
	width: 50%;
}

.ebook-hero-arrow {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0px;
	bottom: 20px;
}

.ebook-bottom-left {
	float: left;
	width: 37%;
}

.ebook-bottom-right {
	float: right;
	width: 43%;
	text-align: center;
}


/* Ebook Main */


/* Health */

.health-explore.single-asort {
	background: #fff9d4;
}

.health-section {
	padding-bottom: 100px;
}

.health-left {
	float: left;
	width: 65%;
}

.health-left .post-specification ul li {
	font-size: 16px !important;
	color: #707070 !important;
}

.health-left .post-specification {
	text-align: left;
	padding: 0px 0px 30px 0px;
	margin: 0px;
}

.health-left .post-specification ul li:first-child {
	padding-left: 0px;
}

.health-left .hp-bottom-rpt-img {
	margin-bottom: 30px;
}

.health-left .hp-bottom-rpt-img img {
	margin: 0px auto;
}

.health-left h1 {
	line-height: 1.3;
	font-size: 35px;
	padding: 0px 0px 25px 0px;
	margin: 0px;
}

.health-short-desc {
	float: left;
	width: 75%;
}

.health-read-more {
	width: 130px;
	float: right;
	text-align: center;
	background: #1192a0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #fff;
	padding: 10px 0px;
}

.health-read-more:hover {
	color: #fff;
}

.health-right {
	float: right;
	width: 30%;
}

.diabetes_info {}

.diabetes_info h2 {
	color: #1292A0;
	letter-spacing: 8px;
	padding: 0px 0px 20px;
	margin: 0px;
	text-transform: uppercase;
}

.diabetes_info-subtitle {
	color: gray;
	padding: 0px 0px 20px;
	margin: 0px;
	font-weight: 400;
}

.diabetes_info-descp {
	padding: 0px 0px 30px;
	margin: 0px;
}

.diabetes_info_img {
	text-align: center;
	padding-bottom: 20px;
}

.diabetes_info_img img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0px 3px 6px #00000029;
}

.health-mid-section {
	padding-bottom: 120px;
}

.other-condtion {
	padding-bottom: 60px;
}

.health-right h4 {
	letter-spacing: 5px;
	font-size: 26px;
	padding: 0px 0px 50px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.health-right-other-conditions-main {
	margin-bottom: 60px;
}

.other_conditions_box {
	margin-bottom: 30px;
}

.other_conditions_box_img {
	float: left;
	width: 35%;
}

.other_conditions_box_cont {
	float: right;
	width: 60%;
	font-size: 20px;
	line-height: 28px;
}

.other_conditions_box_cont h5 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-size: 20px;
}

.other_conditions_box_cont_desc {
	font-size: 16px;
}

.health-recent-post {}

.health-recent-box {
	margin: 0px 0px 50px 0px;
}

.health-recent-img {
	float: left;
	width: 30%;
}

.health-recent-img.trend-banner {
	padding: 0px;
}

.health-recent-cont {
	float: right;
	width: 65%;
}


/*.health-recent-cont .time-specification{padding:0px 10px; margin:0 10px; border-left:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}*/


/* Health */


/* Archive Page */

.cat-section5 .view-all,
.cat-section4 .view-all {
	padding-top: 30px;
}

.cat-section3 .view-all,
.cat-section2 .view-all {
	padding-top: 25px;
}

.content-main {
	padding-top: 50px;
}

#content.content-main{
	padding-top: 20px;
}

#content-archive {
	padding-top: 100px;
}

#content-archive .breadcrumb-list {
	display: none;
}

.category-title {
	text-align: left;
	padding-bottom: 30px;
	position: relative;
	margin: 0px auto;
	max-width: 910px;
	padding-left: 15px;
	padding-right: 15px;
}

.category-icon {
	position: absolute;
	right: 0px;
	top: 0px;
	max-width: 50px;
}

.grid-category-icon {
	position: absolute;
	left: 10px;
	bottom: 15px;
}

.category-title h1 {
	letter-spacing: 5px;
	margin-bottom: 30px;
	padding: 0px 70px 0px 0px;
	text-transform: uppercase;
}

.category-desc {
	font-size: 20px;
}

.category-slider {
	/*background:url('images/category-slider-bg.png') no-repeat top center;*/
	min-height: 600px;
}

.category-slide-cont {
	padding-bottom: 50px;
}

.category-slider .post-meta {
	display: none;
}

.category-slider-img {
	margin-bottom: 20px;
	background: #e3fdfc;
	text-align: center;
	margin: 5px auto;
	max-width: 1132px;
}

.category-slider-img img {
	display: inline-block !important;
}

.cat-title-img {
	position: relative;
}

.cat-title-postion {
	padding: 30px;
	background: #E8D7F1;
	position: absolute;
	right: 0px;
	bottom: -50px;
	max-width: 600px;
	margin: 5px;
}

.cat-title-postion h2 {
	line-height: 1.3;
	font-size: 30px;
	letter-spacing: 1px;
}

.cat-title-postion h6 {
	font-weight: 400;
}

.cat-title-postion .time-specification {
	color: #000 !important;
}


/* Section 2 */

.cat-section2 {
	padding-bottom: 100px;
	padding-top: 0;
}

.cat-section2-thumb {
	margin: 5px 30px 10px 5px;
	padding-bottom: 30px;
	text-align: center;
}

.cat-section2-img {
	margin-bottom: 40px;
	text-align: center;
}

.cat-section2-thumb h4 {
	padding: 0px 10px;
	min-height: 110px;
	margin: 0px;
	line-height: 1.5;
	font-weight: 600;
}

.cat-section2-thumb .read-more {
	text-align: center;
	color: #4d4d4d;
	display: inline-block;
	font-weight: 400;
}
/* a:hover{background-color:#f0f;} */


/* Section 2 */


/* Section 3 */

.cat-section3 {
	padding-bottom: 100px;
}

.cat-section3-thumb.slick-slide {
	margin: 5px 30px 30px 5px;
	text-align: center;
}

.cat-section3-img {
	text-align: center;
	position: relative;
}

.cat-section3-position-title {
	position: absolute;
	padding: 20px;
	background: #E8D7F1;
	left: 0px;
	width: 70%;
	bottom: -20px;
	text-align: left;
}

.cat-section3-position-title .read-more {
	margin-right: 10px;
}

.cat-section3-position-title .time-specification {
	color: #000 !important;
}

.cat-section3-thumb h4 {
	min-height: 90px;
	margin: 0px;
	line-height: 1.5;
	font-weight: 600;
}

.cat-section3-thumb .read-more {
	text-align: center;
	color: #4d4d4d;
	display: inline-block;
	font-weight: 400;
}


/* Section 3 */


/* Section 4 */

.cat-section4 {
	padding-bottom: 100px;
}

.cat-section4-bg {
	background: #f4e9f8;
	padding: 70px 0px;
}

.cat-section4-img {
	order-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 40px;
	box-shadow: 1px 3px 6px #00000029;
}

.cat-section4-thumb {
	margin: 5px 30px 10px 5px;
}

.cat-section4-thumb h4 {
	min-height: 75px;
	margin: 0px 0px 20px 0px;
	line-height: 1.5;
	font-weight: 600;
}

.cat-section4-thumb .read-more {
	color: #4d4d4d;
	display: inline-block;
	font-weight: 400;
}


/* Section 4 */


/* Section 5 */

.cat-section5 {
	padding-bottom: 150px;
}

.cat-section5-slide1 {
	margin-bottom: 90px;
}

.cat-section5-thumb {
	margin: 5px 10px 10px 10px;
	background: #739342;
}

.cat-section5-img {
	float: right;
	width: 50%;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
}

.cat-section5-cont {
	float: left;
	width: 50%;
}

.cat-section5-cont h4 {
	margin: 0px 0px 20px 0px;
	line-height: 1.5;
	font-weight: 600;
	color:#fff;
}
.cat-section5-cont a :hover{color:#f0f;}
.cat-section5-cont h4.botom-box {
	min-height: 140px;
}

.cat-section5-cont .read-more {
	color: #fff;
}

.cat-section5-cont-inn {
	padding: 30px;
}


/* Section 5 */

.title-with-line {
	margin: 0px 0px 50px 0px;
	position: relative;
}

.title-with-line h2 {
	letter-spacing: 3px;
	font-size: 30px;
	position: relative;
	text-transform: uppercase;
	padding: 0px 50px 0px 0px;
	margin: 0px;
	display: inline-block;
	background: #fff;
	z-index: 9;
}

.title-with-line:after {
	position: absolute;
	right: 0px;
	width: 100%;
	height: .7px;
	opacity: 0.7;
	background: #a3a3a3;
	content: "";
	top: 19px;
}


/* Section 6 By Pranay */

.main-stories {
	/*     background-color: #F8F8F8; */
	/*     margin: 0px 6px; */
	padding: 10px 10px 1px;
	border-radius: 5px;
	/*     box-shadow: 0px 0px 4px #00000029; */
}

.mobile-main-title {
	text-transform: uppercase;
	margin: 30px 0;
	font-size: 25px;
}

.main-stories .mobile-main-title {
	text-transform: uppercase;
	margin: 10px 0 20px;
	font-size: 28px;
}

.main-stories .view-all {
	text-align: center;
	/*     margin: 15px; */
}

.main-stories .mobile-sidecard-sec .view-all a {
	background: #1292a0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: 18px;
	padding: 5px 30px;
	font-family: 'Jost', sans-serif;
	color: #fff !important;
	margin: 5px 0 20px;
	display: inline-block;
}


/* Single Mobile Card Section */

.mobile-single-post-card {}

.mobile-section-box.singlecaer-body .mobile-section-box-icon {
	position: absolute;
	top: 6px;
	right: 6px;
	height: 30px;
	width: 30px;
	display: none;
}

.mobile-section-box.singlecaer-body .mainbanerimg {
	/* padding: 25px 15px 35px; */
	border-radius: 10px;
}
.mobile-section-box.singlecaer-body .mainbanerimg img {
	border-radius: 10px;
}
.mobile-section-box.singlecaer-body .mobile-section-box-icon img.post-tag {
	max-width: 30px;
	box-shadow: 1px 1px 5px #00000080;
	border-radius: 50%;
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box.singlecaer-body {
	width: auto;
	float: none;
	margin: 5px 2px 25px;
	padding: 0;
	border-radius: 10px 10px 5px 5px;
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box.singlecaer-body .mobile-section-box-cont .mobi-maincont {
	padding: 5px 5px 5px;
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box.singlecaer-body .mobile-section-box-cont .mobi-maincont .mobi-articl-descrip {
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: normal;
	margin: 10px 0 10px;
}

.mobile-sidecard-sec .mobile-section-box.singlecaer-body .mobile-section-box-cont p.mobile-cate-name {
	margin: 15px 0 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #162F6F;
}

.mobile-sidecard-sec .mobile-section-box.singlecaer-body .mobile-section-box-cont h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 1px;
	font-size: 22px;
	margin-bottom: 10px;
}


/* Verical Mobile Card Section */

.mobile-sidecard-sec {}

.mobile-sidecard-sec .mobile-section-box {
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
	box-shadow: 1px 1px 5px #00000017;
}

.mobile-sidecard-sec .mobile-section-box-img {
	position: relative;
}

.mobile-section-box-icon {
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 30px;
	width: 30px;
	display: none;
}

.mobile-sidecard-sec .mobile-section-box-img {
	float: left;
	width: 35%;
	/* margin: 0px 0px 20px 0px; */
}

.mobile-sidecard-sec .mobile-section-box-cont {
	float: right;
	width: 62%;
	vertical-align: top;
}

.mobile-sidecard-sec .mobile-section-box-cont h4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* min-height: 180px; */
	font-size: 20px;
	margin-bottom: 5px;
}

.mobile-sidecard-sec .mobile-section-box-cont-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 3px;
	margin-bottom: 0px;
}

.mobile-sidecard-sec .mobile-section-box-cont-desc p.authr-title {
	margin-bottom: 10px;
	font-size: 16px;
	color: #1292A0;
	letter-spacing: normal;
	font-weight: 500;
}

.mobile-sidecard-sec .mobile-section-box-cont p.mobile-cate-name,
.mobile-sidecard-sec .mobile-section-box-spec,
.mobile-sidecard-sec .read-more {
	font-size: 14px;
	margin: 0;
	display: inline;
	vertical-align: top;
}

.mobile-sidecard-sec .mobile-section-box-cont p.mobile-cate-name {
	margin-bottom: 5px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #05c8d2;
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-spec,
.mobile-horizontal.mobile-sidecard-sec .read-more {
	font-size: 14px;
	margin: 0;
	padding: 0;
	border: 0;
	padding: 1px 0;
	border: 0;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-cont p.authr-title {
	font-size: 14px;
	margin: 0 0 0 15px;
	color: #1292A0;
	letter-spacing: normal;
	font-weight: 500;
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box {
	width: 45%;
	float: left;
	margin: 5px 3px 15px;
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-img {
	float: none;
	width: 100%;
	/* margin: 0px 0px 20px 0px; */
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-cont {
	float: none;
	width: 100%;
}


/* Right SIed Card Section */

.rigtside-card-sec.mobile-sidecard-sec .mobile-section-box {
	/* width: 45%;
    float: left;
    margin: 5px 2px 10px; */
}

.rigtside-card-sec.mobile-sidecard-sec .mobile-section-box-img {
	float: right;
	width: 35%;
	margin: 0px;
}

.rigtside-card-sec.mobile-sidecard-sec .mobile-section-box-cont {
	float: right;
	width: 62%;
	padding-right: 8px;
}

.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-cont p.mobile-cate-name,
.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-spec,
.mobile-horizontal.mobile-sidecard-sec .read-more {
	font-size: 14px;
}


/* Archive Page */


/* Article Page */

/* .post-right-content {
	float: right;
	width: 25%;
} */

@media (min-width:768px){
  .post-right-content .single-dynamic-more-reads, .post-right-content .selected-custom-posts{
    display: grid;
    grid-template-columns: 32.2% 32.2% 32.2%;
    grid-gap: 20px;  }
  
}


/* .post-right-content .read-more {
	margin-left: 10px;
} */

.post-right-content h4 {
	font-size: 20px;
}

.post-right-content .right-recent-post-img {
	margin-bottom: 20px !important;
}

.post-right-content-imgbox {
	box-shadow: 1px 1px 9px #00000029;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	margin-bottom: 10px;
}

.post-right-content img {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.post-right-content ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.post-right-content ul li {
	padding: 0px 0px 50px 0px;
	position: relative;
}

.post-right-content h2 {
	padding: 0px;
	margin: 0px 0px 30px 0px !important;
	letter-spacing: 3px;
	font-size: 25px;
}

.right-recent-post {
	margin-bottom: 50px;
}

.right-recent-post-img {
	box-shadow: 1px 3px 6px #00000029;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-bottom: 50px;
	background: #e3fdfc;
}

.right-recent-post-img img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.post-right-content h6 {
	line-height: 1.5;
	margin-bottom: 20px;
}

.post-content-box {
	padding-bottom: 50px;
	padding-top: 0;
}

/* .post-left-content {
	float: left;
	width: 70%;
} */

.post-left-content .morecontent {
	padding: 20px 0;
}

.post-left-content .morecontent p {
	margin: 10px 0;
}

.post-left-content a {
	word-break: break-all;
color: #19bed0 !important;
}

.post-left-content h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.post-left-content h3 {
	font-size: 25px;
	margin-bottom: 10px;
             text-style:regular;
}


.post-left-content .morecontent {
	padding: 20px 0;
}

.post-left-content .morecontent p {
	margin: 10px 0;
}

.display-none {
	display: none;
}

.single #respond {
	display: none;
}


/*#content h2{font-size:25px; margin-bottom:10px;}*/


/*#content{padding-top:100px;}*/

.single .breadcrumb-list {
	display: none;
}

.single h1 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
}

.single .post-meta {
	display: none;
}

.page-template-home-page-template #content {
	display: none;
}

.post-specification {
	text-align: center;
	padding: 0px 0px 20px;
}

.post-specification ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.post-specification ul li {
	padding: 0px 15px 0px 10px;
	margin: 0px;
	list-style-type: none;
	display: inline-block;
	position: relative;
	color: #707070;
	vertical-align: top;
	border-right: 1px solid #707070;
}

.post-specification ul li:last-child {
	border-right: 0px solid #707070;
}

.post-specification ul li a {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: inline-block;
	color: #707070;
}

.post-specification ul li a:hover {
	color: #1292a0;
}

.single-featured-img {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	max-width: 80%;
	margin: 0px auto 50px auto;
}

.post-tags a {
	display: inline-block;
	padding: 2px 15px;
	margin: 0px 10px 10px 0px;
	color: #000;
	border: 1px solid #a0a0a0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.post-tags a:hover {
	background: #1292A0;
	color: #fff;
}

.single .post-next-previous {
	overflow: hidden;
}

.single .post-next-previous .previous {
	width: 50%;
	float: left;
	position: relative;
}

.single .post-next-previous .previous:after {
	content: "";
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1000px;
}

.post-next-previous-img {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
}

.post-next-previous-img img {
	width: auto !important;
	height: inherit!important;
}

.single .post-next-previous .next {
	width: 50%;
	float: right;
	position: relative;
}

.single .post-next-previous .next:after {
	content: "";
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1000px;
}

.single .post-next-previous a {
	color: #fff;
	display: block;
	min-height: 140px;
	padding: 100px;
}

.post-next-previous-cont {
	position: relative;
	z-index: 9;
}

.post-next-prev-arrow {
	padding-bottom: 30px;
	display: block;
}

.single .post-next-previous h3 {
	line-height: 1.5;
}

.single .post-next-previous a:hover {
	color: #4eb7b4;
}

.single-explore {
	padding: 50px 0px;
}

.single-explore h2 {
	text-align: center;
	position: relative;
	letter-spacing: 4px;
	margin-bottom: 50px;
}

.single-explore h2:after {
	position: absolute;
	left: 0px;
	width: 25%;
	height: 1px;
	background: #222222;
	top: 19px;
	content: ""
}

.single-explore h2:before {
	position: absolute;
	right: 0px;
	width: 25%;
	height: 1px;
	background: #222222;
	top: 19px;
	content: ""
}

.single-explore .single-explore-rpt {
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 25%;
}

.single-explore .single-explore-rpt a {
	display: block;
}

.single-explore-icon {
	width: 100px;
	height: 100px;
	padding: 20px 10px 0 10px;
	text-align: center;
	margin: 0px auto 30px auto;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid #f1d2a3;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.29);
	-moz-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.29);
	box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.29);
}

.single-explore-icon img {
	max-width: 70px;
	padding-top: 4px;
}

.single-explore-rpt a:hover {
	color: #1292a0;
}

.health-explore-icon .single-explore-icon {
	border: 1px solid #a379cf !important;
}

.movement-explore-icon .single-explore-icon {
	border: 1px solid #e19722 !important;
}

.nutrition-explore-icon .single-explore-icon {
	border: 1px solid #6fb064 !important;
}

.wellbeing-explore-icon .single-explore-icon {
	border: 1px solid #126f7a !important;
}

.health-explore-icon a:hover {
	color: #a379cf !important;
}

.movement-explore-icon a:hover {
	color: #e19722 !important;
}

.nutrition-explore-icon a:hover {
	color: #6fb064 !important;
}

.wellbeing-explore-icon a:hover {
	color: #126f7a !important;
}


/*.single-explore-rpt a:hover .single-explore-icon { border:1px solid #1292a0; }*/

.single-asort {
	background: #fffae4;
	padding: 70px 0px 50px;
	margin-bottom: 0px;
}

.single-asort .slick-dots {
	padding-top: 40px;
}

.single-asort-slide {
	overflow: hidden;
}

.single-asort-slide .slick-list {
	margin: 0px -20px 0px 0px;
}

.single-asort h2 {
	text-align: center;
	position: relative;
	letter-spacing: 4px;
	margin-bottom: 50px;
	text-transform: uppercase;
}

.single-asort h2:after {
	position: absolute;
	left: 0px;
	width: 25%;
	height: 1px;
	height: .7px;
	opacity: 0.7;
	background: #222222;
	top: 19px;
	content: ""
}

.single-asort h2:before {
	position: absolute;
	right: 0px;
	width: 25%;
	height: .7px;
	opacity: 0.7;
	background: #222222;
	top: 19px;
	content: ""
}

.single-asort-slide {}

.single-asort-slide .category-name {
	margin-top: 10%;
	color: gray;
	padding-right: 50px;
	position: relative;
}

.single-asort-slide .category-icon {
	position: absolute;
	right: 0px !important;
	top: 0px !important;
	width: 30px;
	left: inherit !important;
}


/* Article Page */


/* Header */

#header {
	padding: 10px 0px;
	border-bottom: 1px solid #f2f2f2;
	background: #fff;
	box-shadow: 5px 5px 10px #00000029;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
	left: 0px;
}

.header-container {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.header-outer {
	background: #fff;
	position: fixed;
	z-index: 998;
	margin: 0 auto;
	top: 0;
	left: auto;
	right: auto;
	width: 100%;
	display: block;
	height: 72px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
	padding: 0px;
	border: 0px;
}

.header-inner {
	background: #fff;
	margin: 0 auto;
	width: 100%;
	display: block;
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 999;
	max-width: 200px;
}

.menuwrapper {
	padding: 0 0px 0px 0px;
	width: 100%;
	position: relative;
}


/*.logo{padding:12px 20px 0 0; float:left; width:190px;}
.menuwrapper{float:left; }*/

.header-wellness {
	float: right;
	width: 145px;
	text-align: right;
}

.header-wellness h3 {
	padding: 0px 8px 0px 0px;
	margin: 0px;
	font-size: 15px;
	display: inline-block;
	font-weight: 300;
	font-family: 'Jost', sans-serif;
}

.header-wellness img {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	max-width: 60px !important;
}

.header-wellness .widget-wrapper {
	padding: 0px;
	margin: 0px;
}

.clear {
	clear: both;
}

.head-search {
	float: right;
	width: 167px;
	border: 1px solid #707070;
	border-radius: 30px;
	margin-right: 20px;
	position: relative;
	margin-top: 11px;
	height: 40px;
}

.head-search:after {
	content: "";
	width: 1px;
	height: 30px;
	background: #707070;
	position: absolute;
	right: -14px;
	top: 5px;
}

.head-search .submit {
	padding: 0px;
	margin: 0px;
	background: none;
	background: url('images/search-icon.png') no-repeat;
	outline: none;
	position: absolute;
	left: 10px;
	top: 12px;
	border: 0px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	font-size: 0px;
	border-radius: 0px;
}

.head-search .submit:hover {
	padding: 0px;
	margin: 0px;
	background: url('images/search-icon.png') no-repeat;
	outline: none;
	position: absolute;
	left: 10px;
	top: 12px;
	border: 0px;
	cursor: pointer;
	width: 18px;
	height: 18px;
	font-size: 0px;
	border-radius: 0px;
}

.head-search .field {
	background: none;
	border: 0px;
	box-sizing: border-box;
	outline: none;
	width: 100%;
	color: #707070;
	font-weight: 300;
	font-family: 'Jost', sans-serif;
	height: 40px;
	border-radius: 30px;
	box-shadow: unset;
	padding-left: 50px;
}

.head-search .submit:before {
	content: "\f002";
	font-family: 'FontAwesome';
}


/* Header */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: var(--blue-chill);
	text-decoration: none;
}

.clearfix {
	clear: both;
}

img {
	max-width: 100%;
	border: 0px;
             border-radius:10px !important
}

.container {
	max-width: 1200px;
	margin: 0px auto;
	padding: 0px 0px;
}


/* Slider */

.slider-main-outer {
	width: 100%;
	position: relative;
}

.slider-main {
	width: 100%;
	position: relative;
}

.slider-main .container {
	display: flex !important;
	align-items: center;
}

.slider-main ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.slider-main ul li {
	padding: 0px;
	margin: 0px;
	/*min-height:100vh;*/
	min-height: 520px;
	display: flex !important;
	align-items: center;
	background: #F6F4F5;
}

.slider-main .slick-arrow {
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 9;
	background: none;
	border: 0px;
	outline: none;
	padding: 0px;
	margin: 0px;
	width: 38px;
	height: 34px;
	cursor: pointer;
	opacity: 1;
	font-size: 0px;
	background-size: cover !important;
}

.slider-main .slick-arrow.slick-next {
	background: url("images/slider-arrow.png") no-repeat top center;
}

.slider-main .slick-arrow.slick-prev {
	background: url("images/slider-arrow.png") no-repeat top center;
	right: 80px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.slider-right {
	float: right;
	width: 50%;
}

.slider-main h2 {
	font-size: 45px;
	line-height: 70px;
	letter-spacing: 1.4px;
	padding: 0px 0px 50px 0px;
	margin: 0px;
	font-weight: normal;
	color: #000;
}

.slider-right .slider-cta {
	background: #1292a0;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: 25px;
	padding: 10px 30px;
	font-family: 'Jost', sans-serif;
	color: #fff !important;
}

.slider-right .slider-cta:hover {
	background: #1292a0;
	color: #fff !important;
}

.slider-left {
	float: left;
	width: 50%;
	text-align: center;
}

.slider1-left {
	width: 28%;
}


/* Slider */


/* Mid Container*/

.readmore16 {
	font-size: 16px;
}

.home .mid-main-container {
	padding-top: 40px;
}

.mid-main-container {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 10px;
}

.mid-main-container h4 {
	letter-spacing: 8px;
	font-size: 28px;
	padding: 15px 0px 20px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}


/* Left Container */

.left-container {
	width: 65%;
	float: left;
}

.cont-block {
	padding: 0px 0px 30px 0px;
}

.view-all {
	text-align: right;
}

.view-all.text-center {
	text-align: center;
}

.view-all a {
	letter-spacing: 1.2px;
	color: #1292A0;
	font-size: 20px;
}

.cont-block-title h4 {
	float: left;
	width: 70%;
}

.cont-block-title-main h4 {
	float: left;
	width: 70%;
}

.cont-block-icon {
	float: right;
	width: 90px;
	position: relative;
	padding-bottom: 10px;
	text-align: right;
}

.cont-block-icon img {
	width: 48px;
	float: right;
}

.cont-block-icon:after {
	content: "";
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: .7px;
	opacity: 0.7;
	background: #595959;
}

.cont-block-box h6 {
	padding: 5px 15px 15px 15px;
	margin: 0px;
	color: #000;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4;
}

.cont-block-title {
	min-height: 80px;
	padding: 0px 15px 5px 15px;
}

.cont-block-title-main {
	min-height: 80px;
	padding: 0px 15px 5px 15px;
}

.cont-block-title h2,
.cont-block-title h2 a {
	padding: 0;
	letter-spacing: 0;
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
}

.health-condition-slides h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
}

.cont-block-img {
	min-height: 252px;
	position: relative;
}

.home-cont-block-category-icon {
display:none;
	position: absolute;
	right: 5px;
	top: 5px;
}

.home-cont-block-category-icon img {
	max-width: 30px;
}

.cont-block-img img {
	width: 100%;
}

.mobile-only-slider .slick-list {
	padding: 10px 0px;
	margin: 0px -20px 0px 0px;
}


/*.section4_box_image img{padding-top:60px;}*/

.cont-block-rpt {
	padding: 0px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
}

.cont-block-rpt:last-child {
	margin-right: 0px;
}

.health-condition-slides {
	overflow: hidden;
}


/* Left Container */


/* Video Main */

.video-main {
	padding: 0px 0px 50px 0px;
}

.video-main h4 {
	letter-spacing: 8px;
	font-size: 28px;
	padding: 0px 0px 50px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.video-slider {
	float: left;
	width: 48%;
}

.video-slider img.attachment-full {
	border-radius: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.video-slider-img {
	background: #e5f7d9;
	margin-bottom: 10px !important;
	position: relative;
}

.video-slider-icon {
	position: absolute;
	left: 0;
	top: 50%;
	height: 95px;
	margin-top: -47px;
	text-align: center;
	width: 100%;
}

.video-slider-icon img {
	display: inline-block !important;
	opacity: .9;
}

.video-slider-icon img:hover {
	opacity: 1;
}

.video-slider-info {
	position: absolute;
	bottom: 10px;
	left: 0px;
	border-radius: 0px 15px 15px 0px;
	font-size: 20px;
	line-height: 1.3;
	color: #000;
	padding: 15px;
	background: #fff;
	max-width: 350px;
}

.video-slider-info a {
	font-weight: normal;
}

.video-slider-video-icon {
	position: absolute;
	left: 0px;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -35px;
}

.video-box-img-video-icon {
	position: absolute;
	left: 0px;
	text-align: center;
	width: 100%;
	top: 50%;
	margin-top: -25px;
}

.video-box-img-video-icon img {
	display: inline-block !important;
	max-width: 50px;
}

.slick-dots {
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.slick-dots li {
	display: inline-block;
	padding: 0px;
	margin: 0px 5px;
	width: 14px;
	height: 14px;
	text-align: center;
	outline: none;
}

.slick-dots button {
	padding: 0px;
	font-size: 0;
	background: none;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid #939192;
	width: 8px;
	height: 8px;
	cursor: pointer;
	display: block;
	margin: 2px;
	outline: none;
}

.slick-dots li.slick-active button {
	border: 5px solid #fff;
}

.slick-dots li.slick-active {
	background: #4db4af;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.slick-dots .slick-list.draggable {
	display: none;
}

.slick-slide {
	outline: none;
	margin: 0 10px 10px 10px;
}

.slick-list {}

.slick-slide:active,
.slick-slide:hover,
.slick-slide:focus {
	outline: none;
}

.slick-slide img {
	margin: 0px auto;
          border-radius:7px;
}

.slick-arrow {
	position: absolute;
	bottom: -55px;
	right: 0px;
	border: 0px;
	outline: none;
	color: #606060;
	background: none;
	font-size: 25px;
	cursor: pointer;
}

.slick-prev.slick-arrow {
	right: 25px;
}

.slick-dots>li:only-child {
	display: none;
}

.video-box {
	float: right;
	width: 48%;
}

.video-box-rpt {
	padding: 0px;
	margin: 10px 20px 0px 0px;
	display: inline-block;
	width: 47%;
	vertical-align: top;
}

.video-box-rpt:last-child {
	margin-right: 0px;
}

.video-box-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 48px;
	width: 48px;
	margin-top: -24px;
	margin-left: -24px;
	text-align: center;
}

.video-box-icon img {
	display: inline-block !important;
	opacity: .9;
	width: 100%;
}

.video-box-icon img:hover {
	opacity: 1;
}

.video-box-img {
	position: relative;
}

.video-box-img img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	display: block;
}

.video-box h6 {
	padding: 20px 0px 5px 0px;
	margin: 0px;
	color: #000;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.4;
}


/* Video Main */


/* Parallax */

.good-health {
	background: url("images/parallax.png") no-repeat left bottom;
	width: 100%;
	padding: 260px 0px 100px;
	position: relative;
}

.good-health-main {}

.good-health-image {
	float: left;
	width: 50%;
}

.good-health-cont {
	width: 45%;
	float: right;
	margin-right: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
}

.good-health-cont h2 {
	font-size: 40px;
	padding: 0px 0px 20px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}

.good-health-cont p {
	font-size: 20px;
	padding: 0px 0px 10px;
	margin: 0px;
	letter-spacing: 1px;
	max-width: 80%;
}

.good-health-cont h4 {
	font-size: 20px;
	padding: 0px 0px 35px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.3;
}

.know-more-cta {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #ead4f1;
	padding: 10px 20px;
	display: inline-block;
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	color: #000;
}

.know-more-cta:hover {
	background: #c8a6d3;
}

.desktop-visible {
	display: block;
}

.mobile-visible {
	display: none;
}

.get-clue-main {
	min-height: 750px;
	background-position: bottom right;
	margin-bottom: 50px;
}

.get-clue-cont {
	padding-top: 0px;
}

.get-clue-main h2 {
	font-size: 38px;
	padding: 0px 0px 20px;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	float: left;
	width: 50%;
}

.get-clue-title {
	padding-bottom: 30px;
}

.get-clue-company-logo {
	float: left;
}

.get-clue-main p {
	font-size: 20px;
	padding: 0px 0px 40px;
	margin: 0px;
}

.explore-cta {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #22508e;
	padding: 10px 30px;
	display: inline-block;
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	color: #fff;
}

.explore-cta:hover {
	background: #ebd4f1;
	color: #000;
}

.get-clue-left {
	float: left;
	width: 48%;
	padding-top: 80px;
}

.get-clue-right {
	float: right;
	width: 48%;
}


/* Parallax */


/* Right Container */

.right-container {
	width: 30%;
	float: right;
}

.trend-box {
	margin: 15px 0px 70px 0px;
	padding: 0px;
}

.section2-trending-box {
	padding-top:80px;
}

.trending-box ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.trending-box ul li {
	display: flex;
	align-items: center;
	margin: 20px 0px 80px 0px;
	padding: 0px;
}

.trending-box ul li a {
	display: flex;
	align-items: center;
}

.trending-box ul li:nth-child(2) {
	margin-bottom: 240px;
}

.trending-box ul li:nth-child(4) {
	margin-bottom: 137px;
}

.trend-image {
	float: left;
	width: 35%;
	min-height: 130px;
	position: relative;
}

.trending-box-article-icon {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.trend-image img {
	max-height: 120px;
}

.trending-box-cont {
	float: right;
	width: 60%;
}

.trend-text {
	font-size: 18px;
	padding-bottom: 10px;
	min-height: 90px;
}

.trend-text a {
	font-weight: 600;
}

.trending-box-cont .read-more {
	font-weight: 400;
	color: #1292A0;
	font-size: 14px;
}

.trend-banner {
	background: #E3F5FF;
	padding: 40px 0px 0px 0px;
}

.trend-banner h5 {
	padding: 0px 0px 40px 0px;
	margin: 0px 30px;
	font-size: 20px;
	line-height: 28px;
	position: relative;
	font-weight: normal;
}

.trend-banner h5:after {
	height: .7px;
	opacity: 0.7;
	background: #777979;
	width: 92px;
	position: absolute;
	left: 0px;
	bottom: 20px;
	content: "";
}


/* Right Container */


/* Assorted Picks */

.assorted-picks {
	padding: 100px 0px 70px 0px;
}

.bottom-section {
	background: #f4fbfe;
}

.bottom-section h2 {
	position: relative;
	font-size: 35px;
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	margin: 0px 0px 50px;
	letter-spacing: 7px;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}

.assorted-picks h4 {
	font-family: 'Open Sans', sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
}

.bottom-section h2:after {
	position: absolute;
	height: 1px;
	width: 30%;
	background: #000;
	left: 0px;
	content: "";
	top: 25px;
}

.bottom-section h2:before {
	position: absolute;
	height: 1px;
	width: 30%;
	background: #000;
	right: 0px;
	content: "";
	top: 25px;
}

.assorted-picks ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.assorted-picks ul li {
	padding: 0px;
	margin: 0px 40px 40px 0px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 30.5%;
}

.assorted-picks ul li:last-child {
	margin-right: 0px;
}

.assorted-picks-image {
	box-shadow: 1px 1px 12px #00000029;
	border-radius: 20px;
	margin: 0px 0px 30px 0px;
}

.assorted-picks ul li:nth-child(1) .assorted-picks-image {
	background: #e8d7f1;
}

.assorted-picks ul li:nth-child(2) .assorted-picks-image {
	background: #cdedfc;
}

.assorted-picks ul li:nth-child(3) .assorted-picks-image {
	background: #fff7cf;
}

.assorted-picks-cat {
	font-size: 15px;
	color: #707070;
	padding: 0px 0px 15px 0px;
}


/* Assorted Picks */


/* Trending Videos */

.trending-videos {
	padding: 0px 0px 180px 0px;
}

.trending-videos ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.trending-videos ul li {
	padding: 0px 0px 10px 0px;
	margin: 10px;
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	width: 23%;
	position: relative;
}

.trending-videos-cont {
	box-shadow: 1px 1px 15px #00000029;
	border-radius: 25px;
}

.trending-videos ul li:nth-child(1n) .trending-videos-cont {
	background: #e5f7d9;
}

.trending-videos ul li:nth-child(2n) .trending-videos-cont {
	background: #cfeefc;
}

.trending-videos ul li:nth-child(3n) .trending-videos-cont {
	background: #fff38f;
}

.trending-videos ul li:nth-child(4n) .trending-videos-cont {
	background: #ead4f1;
}

.trending-videos-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0px 0px -24px;
	opacity: .9;
}

.trending-videos-icon:hover {
	opacity: 1;
}

.trending-videos h4 {
	padding: 15px;
	margin: 0px;
	font-weight: normal;
	font-size: 19px;
}

.trending-videos .slick-dots {
	text-align: center;
	padding-top: 20px;
}

.trending-videos .slick-dots li {
	display: inline-block;
	padding: 0px;
	margin: 0px 5px;
	width: 14px;
	height: 14px;
	text-align: center;
	box-shadow: unset;
	background: none !important;
}

.trending-videos .slick-dots button {
	padding: 0px;
	font-size: 0;
	background: none;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border: 1px solid #939192;
	width: 8px;
	height: 8px;
	cursor: pointer;
	display: block;
	margin: 2px;
}

.trending-videos .slick-dots li.slick-active button {
	border: 5px solid #fff;
}

.trending-videos .slick-dots li.slick-active {
	background: #4db4af !important;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
}

.trending-videos-image {
	text-align: center;
}


/* Trending Videos */


/* Blue Section */

.hp-bottom-main {
	background: #F0FAFD;
	width: 100%;
	padding: 60px 0px 0px 0px;
}

.hp-bottom-cont {
	padding: 0px 0px 70px 0px;
}

.hp-btm-trend {
	padding-bottom: 150px;
}

.hp-bottom-cont h2 {
	letter-spacing: 8px;
	font-size: 28px;
	padding: 15px 0px 50px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	position: relative;
}

.hp-bottom-cont h2:after {
	position: absolute;
	left: 0px;
	top: 33px;
	width: 25%;
	height: .7px;
	opacity: 0.7;
	background: #222222;
	content: "";
}

.hp-bottom-cont h2:before {
	position: absolute;
	right: 0px;
	top: 33px;
	width: 25%;
	height: .7px;
	opacity: 0.7;
	background: #222222;
	content: "";
}

.hp-bottom-rpt {
	padding: 0px;
	margin: 10px 30px 0px 0px;
	display: inline-block;
	width: 31%;
	vertical-align: top;
}

.hp-bottom-rpt:last-child {
	margin-right: 0px;
}

.hp-bottom-rpt-category-icon {
	width: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.hp-bottom-rpt-category-icon span {
	display: block;
	width: 90px;
	height: .7px;
	opacity: 0.7;
	background: #5f6064;
	float: right;
	margin-top: 10px;
}

.hp-bottom-rpt-img {
	position: relative;
}


/*.hp-bottom-rpt-img img{border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; display:block;}*/

.hp-bottom-rpt h6 {
	padding: 30px 0px 10px 0px;
	margin: 0px;
	color: #000;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	min-height: 60px;
}

.hp-article-type-icon {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

.hr-trend-video-rpt {
	padding: 0px;
	margin: 0px 30px 25px 0px;
	list-style-type: none;
	background: #E2EEFF;
	min-height: 360px;
	display: inline-block;
	vertical-align: top;
}

.hr-trend-video-category-icon {
	width: 45px;
	padding-left: 13px;
}

.hr-trend-video-rpt-img {
	min-height: 270px;
	display: flex;
	align-items: center;
}

.hr-trend-video-rpt h6 {
	padding: 0px 15px 5px 15px;
	margin: 0px;
	color: #000;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.4;
	min-height: 60px;
}

.view-all-mb {
	text-align: right;
	display: none;
}

.view-all-mb a {
	color: #1292A0;
}


/* Blue Section */


/* Mid Container*/


/* Footer */

#footer {
	position: relative;
}

.footer-links .ubermenu a.ubermenu-target {
	color: #000000;
}

.main-footer {
	background: #EAD4F1;
	width: 100%;
}

.copyright {
	padding: 10px 0px 20px 0px;
	color: #222222;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}

.copy-left {
	/* float: left; */
	text-align: left;
	padding-top: 0px;
}

.copy-left p {
      font-size: 13px;
	text-align: left;
	margin: 0;
}

.footer-copy {
	padding-bottom: 10px;
}

.copy-left a {
	font-weight: 600;
}

.copy-right {
	float: right;
	width: 43%;
	text-align: center;
}

.copy-right a {
	color: #222222;
}

.copy-right a:hover {
	color: #4eb7b4;
}

.footer-widgets {
	padding: 20px 0px 10px 0px;
}

.footer-links {
	float: left;
	width: 65%;
	font-size: 20px;
}

.footer-links ul {
	padding: 0px;
	margin: 0;
	list-style-type: none;
}

.footer-links ul li {
	padding: 0px 20px 0px 0px;
	margin: 0px;
	float: left;
}

.footer-links ul li a {
	display: block;
	color: #000000;
	background: none !important;
	padding-left: 0px !important;
}

.footer-links ul li a:hover {
	display: block;
	color: #4eb7b4;
}

.footer-links .ubermenu-submenu span.ubermenu-target-title.ubermenu-target-text {
	font-family: 'Open Sans', sans-serif !important;
	color: #000 !important;
	font-weight: 400;
	letter-spacing: 0px;
}

hr.newslaerdvder {
	background: transparent;
	border: none;
	width: 40%;
	border-top: 1px dotted #3A3737;
	margin: 20px auto;
}

.footer-contsoci-main {
	float: right;
	width: 31%;
}

.footer-social {
	font-size: 22px;
	text-align: left;
	padding: 0px 0;
	/* width: 49%; */
	/* float: right; */
}

.footer-social h3 {
	display: inline-block;
}

.footer-social .footer-social-icon {
	display: inline-block;
}

.footer-contact-info {
	font-size: 18px;
	padding: 0px 0;
	/* width: 49%; */
	/* float: left; */
}

.footer-links h3,
.footer-social h3,
.footer-contact-info h3 {
	padding: 0px 10px 10px 0px;
	margin: 0px;
	font-size: 25px;
	font-weight: 700;
}

.footer-social-logo {
	padding-bottom: 50px;
}

.footer-social-logo img {
	max-width: 80%;
}

.footer-social-icon a {
	display: inline-block;
	padding: 6px 3px 0px;
	line-height: initial;
	margin: 0 10px 0 0;
	color: #ffffff;
	background-color: black;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
}

.ubermenu .footer-social-icon a {
	display: inline-block;
	padding: 4px 3px 2px;
	line-height: initial;
	margin: 0 10px 0 0;
	color: #ffffff;
	background-color: black;
	height: 30px;
	width: 30px;
	text-align: center;
	font-size: 18px;
	border-radius: 50%;
}

.footer-social-icon a:hover {
	color: #4eb7b4;
}

/* Footer new subscribe */
.footer-subscribe {
	/*     float: right; */
	/*     width: 39%; */
	background: transparent;
	text-align: center;
	/* margin-top: -150px; */
}

.footer-subscribe h3 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}

.footer-subscribe h6 {
	padding: 0px 0px 30px 0px;
	margin: 0px;
	font-size: 19px;
	font-weight: normal;
	margin: 0px auto;
	font-family: 'Open Sans', sans-serif;
	max-width: 500px;
}

/* .footer-subscribe-inn {
	padding: 30px 15px 50px 15px;
} */

.footer-subscribe-inn {
	padding: 30px 0 0;
}

@media (min-width:992px){
  .footer-subscribe-inn{
    display: flex;
    align-items: center;
  }
  .footer-subscribe-inn #text-5 {
    width: 70%;
    display: inline-block;
    text-align: left;
  }
  .footer-subscribe-inn #block-3 {
      display: inline-block;
      width: 30%;
      vertical-align: text-bottom;
  }
  .footer-subscribe-inn #text-5 h6{
    padding: 0 0.25rem 0 1.75rem;
    font-size: 19px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    text-align: left;
  }
  .footer-subscribe-inn #text-5 h3 {
    padding: 0;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    text-align: left;
 }
 .footer-subscribe-inn #text-5 .textwidget{
    display: flex;
    align-items: center;
 }
}

@media (min-width:768px) and (max-width:991px){
    .footer-subscribe .subsribe-cta{
       max-width: 100% !important;
    }
}

.footer-subscribe-inn .quform-element-submit button {
	border: 0px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #8ed5fa;
	width: 100%;
	max-width: 550px;
	text-align: center;
	font-size: 18px;
	height: 50px;
	color: #000000;
	margin: 0px auto 0px auto;
	display: block;
	outline: none;
	letter-spacing: 4.02px;
	cursor: pointer;
}

.footer-subscribe-inn .quform-element-submit button:hover {
	background: #fff;
}

.footer-gravity .gform_title {
	display: none;
}

.footer-gravity .ginput_container_email input {
	border: 0px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #fff;
	width: 100%;
	max-width: 335px !important;
	text-align: center;
	font-size: 18px;
	height: 50px;
	color: #707070;
	margin: 0px auto 25px auto;
	display: block;
	outline: none;
}

.footer-gravity .gform_button {
	border: 0px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #8ed5fa;
	width: 100%;
	max-width: 335px;
	text-align: center;
	font-size: 18px;
	height: 50px;
	color: #000000;
	margin: 0px auto 0px auto;
	display: block;
	outline: none;
	letter-spacing: 4.02px;
	cursor: pointer;
}

.footer-gravity .gform_button:hover {
	background: #fff;
}

.footer-gravity {
	background: #fff38f;
}

.footer-gravity .gform_footer {
	padding: 0px !important;
	margin: 0px !important;
}

.footer-gravity .gform-body {
	margin-bottom: 0px !important;
}

.footer-email {
	padding: 0px 0px 15px 22px;
	position: relative;
	display: inline-block;
}

.footer-phone:after {
	position: absolute;
	content: "\f095";
	top: 3px;
	left: 0px;
	font-family: 'FontAwesome';
}

.footer-phone {
	padding: 0px 0px 0px 20px;
	margin: 0;
	position: relative;
	display: inline-block;
}

.footer-email:after {
	position: absolute;
	content: "\f003";
	top: 2px;
	left: 0px;
	font-family: 'FontAwesome';
}

.footer-contact-info a:hover {
	color: #4eb7b4;
}


/* Footer */


/*Styles added by Bhushan*/

.home .cont-block-img,
.page-template-health-page-template .health-left .hp-bottom-rpt-img,
.page-template-category-page-template .cat-section3-img,
.page-template-category-page-template .cat-section5-img {
	display: block;
	text-align: center;
}

.home .cont-block-img img,
.single-post .single-featured-img img.wp-post-image,
.page-template-health-page-template .health-left .hp-bottom-rpt-img img,
.page-template-category-page-template .cat-section3-img img,
.page-template-category-page-template .cat-section5-img img {
	display: inline;
}

.single-post .single-featured-img {
	text-align: center;
}

.home .assorted-picks .category-name {
	margin-top: 7%;
	color: gray;
	padding-right: 50px;
	position: relative;
}

.home .assorted-picks .category-icon {
	position: absolute;
	right: 0px !important;
	top: 0px !important;
	width: 30px;
	left: inherit !important;
}

.home .assorted-picks img.category-icon,
.home .hp-btm-trend img.category-icon {
	top: 75%;
	left: 5%;
}

.home .hp-btm-trend .hr-trend-video-rpt-img {
	position: relative;
}

.home .hp-btm-trend img.category-icon {
	right: auto;
}

.home .hp-btm-trend img:first-child {
	padding-bottom: 15%;
}

.home .hr-trend-video-rpt {
	min-height: 400px;
	position: relative;
}


/*Category*/


/*.specification-readmore{
    display: flex;
    justify-content: space-between;
}*/

.specification-readmore .read-more {
	color: var(--blue-chill);
	margin-left: 3px;
	display: block;
}

.specification-readmore h6 {
	margin-bottom: 0;
}

.cat-title-postion .specification-readmore h6 {
	margin-bottom: 0;
}

.cat-section2-thumb h4 {
	padding: 0px 20px;
	text-align: left;
}

.cat-section2-slide .specification-readmore {
	color: #707070;
	padding: 0px 20px;
}

.cat-section2-img img:first-child {
	margin-bottom: -30px;
}

.cat-section2-img img.post-tag {
	position: relative;
	bottom: -15px;
}

.cat-section2-thumb .read-more,
.cat-section3-thumb .read-more,
.cat-section4-thumb .read-more {
	color: var(--blue-chill);
}

.cat-section3-img h6 {
	margin-bottom: 0;
}

.cat-section3-img img.post-tag {
	margin: 0;
}

.cat-section4-img img.post-tag {
	margin: 0px;
	position: relative;
	left: 20px;
	bottom: 20px;
}

.cat-section5-cont-inn {
	padding-bottom: 0;
}

.cat-section5-cont-desc {
	min-height: 175px;
}

.cat-section5 .post-desc,
.cat-section5 .specification-readmore h6 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
}

.cat-section5 .time-specification {
	padding-top: 40px;
}

.cat-section5 img.post-tag {
	margin-bottom: 10px;
}

.cat-section5 .specification-readmore {
	align-items: flex-end;
}

.ads-banner-desktop button.pop-up-btn, .ads-banner-mobile button.pop-up-btn{
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.ads-banner-mobile img{
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}


/*Health*/


/*.health-left .hp-bottom-rpt-img img {
    width: 50%;
}*/

.health-right.trend-banner {
	width: 25%;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.diabetes_info h2 {
	color: #000000;
}

.health-recent-post .health-recent-img {
	padding: 0;
	width: 35%;
}

.health-recent-post .health-recent-img img {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.health-recent-post .health-recent-cont {
	width: 60%;
}

.health-recent-post .health-recent-cont h4 {
	line-height: 35px;
}

.health-recent-post .specification-readmore {
	align-items: center;
	color: #707070;
	width: 95%;
}

.health-recent-post .specification-readmore .fa {
	position: relative;
	top: 1px;
}

.health-recent-post .specification-readmore h6 {
	margin-bottom: 0;
}

.health-recent-post .specification-readmore .post-tag {
	width: 100%;
}

.health-recent-post .specification-readmore .read-more {
	color: var(--blue-chill);
	margin: 0px 0px 0px 5px;
}

@media only screen and (max-width: 640px) {
	/** iframe {
		height: 420px !important;
	} **/
	.home .assorted-picks .hp-bottom-rpt {
		margin-bottom: 50px;
	}
	.health-left,
	.health-short-desc,
	.health-recent-post .health-recent-img,
	.health-recent-post .health-recent-cont,
	.health-right {
		width: 100%;
	}
	.health-left h1 {
		font-size: 30px;
		line-height: 35px;
	}
	.health-read-more {
		float: left;
		margin-top: 20px;
	}
	.health-right.trend-banner {
		width: 85%;
	}
	.health-recent-post .health-recent-cont h4 {
		line-height: 35px;
		margin-top: 10px;
	}
        #post-nav {
        margin-top: 50px;
    }
    .post-previous {
        padding: 0px;
    }
    .post-next {
        padding: 0px;
    }
    .post-previous .single-post-nav-title .title {
        padding: 20px 20px 30px 0px;
        border-top: 2px solid #EAD4F1;
        border-right: 2px solid #EAD4F1;
        border-bottom: 0px solid #EAD4F1;
    }
    .post-next .single-post-nav-title .title {
        padding: 20px 0px 30px 20px;
        border-top: 2px solid #EAD4F1;
        border-left: 2px solid #EAD4F1;
        border-bottom: 0px solid #EAD4F1;
    }
    #post-nav {
        padding: 0 0 30px;
    }
}


/*Health Calculator Email Results Functionality*/

.health_calculator_form_code_main .quform {
	display: none;
	margin: 5% auto 0;
	text-align: center;
	width: 100%;
	max-width: 620px;
}

.health_calculator_form_code_main .quform .quform-spacer {
	padding: 0;
}

@media (max-width: 600px) {
.fluid-width-video-wrapper iframe{
position: relative !important;
}
.ubermenu-responsive-default.ubermenu.ubermenu-mobile-modal{
max-height: 91% !important;
}
.fluid-width-video-wrapper{
padding-top: 0% !important;
}

	.health_calculator_form_code_main .quform {
		margin: 10% auto 0;
		width: 90%;
	}
}

.health_calculator_form_code_main .quform-button-submit {
	float: none;
}

.health_calculator_form_code_main .quform-submit {
	border-radius: 3px;
	margin: 0 auto;
	background: #ead4f1;
	border: 0;
	padding: 8px 20px;
}

.health_calculator_form_code_main .slider_class {
	display: none;
}

.health_calculator_form_code_main form#myid .table_class {
	clear: both;
}

.health_calculator_form_code_main .quform-field {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	padding: 10px 15px !important;
	text-align: center;
}

.health_calculator_form_code_main .quform-submit {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background: #8ed5fa !important;
	padding: 15px 30px !important;
	text-transform: uppercase;
	letter-spacing: 2px;
        font-size: 16px;
}

.Mob-Block {
	display: none !important;
}

.Desk-Block {
	display: block !important;
}

.mobilepadding {
	padding: 0;
}

@media only screen and (max-width: 900px) {
    #post-nav {
        display: flex!important;
    }
}

@media (max-width: 767.99px) {
	.content-main {
		padding-top: 20px;
	}
	.mobi-main-tilerea .category-desc {
		font-size: 15px;
	}
	.mobi-main-tilerea .category-desc p {
		margin: 0;
	}
	.mobi-main-tilerea .category-title h1 {
		margin-bottom: 10px;
		padding: 0px 70px 0px 0px;
	}
	.Mob-Block {
		display: block !important;
	}
	.Desk-Block {
		display: none !important;
	}
	
	.category-title {
		text-align: left;
		position: relative;
		margin: 0px 0px 0px;
		padding: 0px 12px 0px;
		border-radius: 5px;
		/*         box-shadow: 0px 0px 4px #00000029; */
	}
	.mobilepadding {
		padding: 100px;
	}
	.post-left-content .mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 170px; */
	}
	.multi-horizontal.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 60px; */
	}
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box {
		width: 48%;
	}
}

.d-none {
	display: none;
}

@media (max-width: 736px) {
	.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 150px; */
	}
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box {
		width: 47%;
	}
}

@media (max-width: 684px) {
	.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 140px; */
	}
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box {
		width: 47%;
	}
}

@media (max-width: 667px) {
	.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 130px; */
	}
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box {
		width: 46%;
	}
}

@media (max-width: 576px) {
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box {
		width: 45%;
	}
	.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 125px; */
		font-size: 18px;
		margin-bottom: 5px;
	}
	.mobile-section-box-icon {
		position: absolute;
		bottom: 7px;
		right: 5px;
		height: 25px;
		width: 25px;
	}
	.mobile-section-box-icon img.post-tag {
		max-width: 25px;
		box-shadow: 1px 1px 5px #00000080;
		border-radius: 50%;
	}
	.mobile-section-box.singlecaer-body .mobile-section-box-icon {
		height: 30px;
		width: 30px;
	}
	.mobile-section-box.singlecaer-body .mobile-section-box-icon img.post-tag {
		max-width: 30px;
	}
	.multi-horizontal.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 10px; */
	}
}

@media (max-width: 414px) {
	.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 70px; */
	}
}

@media (max-width: 412px) {
	.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 60px; */
	}
}

@media (max-width: 375px) {
	.mobile-sidecard-sec .mobile-section-box-cont h4 {
		/* min-height: 10px; */
	}
}
@media (max-width: 360px) {
	.mobile-sidecard-sec .mobile-section-box-img {
		float: left;
		width: 35%;
	}
	.mobile-sidecard-sec .mobile-section-box.singlecaer-body .mobile-section-box-cont p.mobile-cate-name {
		font-size: 14px;
	}
	.mobile-sidecard-sec .mobile-section-box-cont-desc p.authr-title {
		font-size: 13px;
		margin: 0;
	}
	.mobile-sidecard-sec .mobile-section-box-cont p.mobile-cate-name,
	.mobile-sidecard-sec .mobile-section-box-spec {
		font-size: 11px;
		margin: 0;
		display: inline;
	}
	.mobile-sidecard-sec .read-more {
		font-size: 13px;
		margin: 0;
		display: inline;
	}
	.mobile-sidecard-sec .mobile-section-box-cont h4 {
		font-size: 15px;
		margin-bottom: 5px;
		line-height: 1.2;
	}
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box.singlecaer-body .mobile-section-box-cont p.mobile-cate-name {
		font-size: 12px;
		color: #05c8d2;
	}
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box.singlecaer-body .mobile-section-box-cont h4 {
		font-size: 19px;
		margin-bottom: 5px;
		line-height: 1.3;
	}
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-cont p.authr-title {
		font-size: 14px;
		margin: 0 0 0 15px;
		color: #1292A0;
		letter-spacing: normal;
		font-weight: 500;
	}
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-cont p.mobile-cate-name,
	.mobile-horizontal.mobile-sidecard-sec .mobile-section-box-spec,
	.mobile-horizontal.mobile-sidecard-sec .read-more {
		font-size: 14px;
	}
	.multi-horizontal.mobile-sidecard-sec .mobile-section-box-cont h4 {
		margin-bottom: 3px;
	}
	.multi-horizontal.mobile-sidecard-sec .mobile-section-box-cont p.authr-title {
		font-size: 13px;
		margin: 0;
		color: #1292A0;
		letter-spacing: normal;
		font-weight: 500;
	}
	.multi-horizontal.mobile-sidecard-sec .mobile-section-box-cont p.mobile-cate-name,
	.multi-horizontal.mobile-sidecard-sec .mobile-section-box-spec {
		font-size: 11px;
	}
	.multi-horizontal.mobile-sidecard-sec .read-more {
		font-size: 13px;
	}
}

/* Css by Aman */
body.single-post .post .post-content-box .post-left-content h1{
  font-size: 2.25rem;
  text-align: inherit;
}

@media only screen and (min-width: 991px){
   .innerpages-header h1, .infographics .title-category h1{
      font-size:36px;
   }
}

// Reaction Plugin
.wpra-reactions-wrap{
    padding-bottom: 0 !important;
}
.wpra-reactions-container{
    align-items: flex-start !important;
    width: 100% !important;
}
.wpra-call-to-action{
    --text-opacity: .8;
    color:  #000000;
    color: rgba(0,0,0,var(--text-opacity)) !important;
    font-family: inherit !important;
}

.wpra-plugin-container .wpra-reactions-container .wpra-reactions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    margin: -10px;
    width: 100%;
}

.wpra-plugin-container .wpra-reactions > .wpra-reaction{
    border: 1px solid rgba(0,0,0,0.1);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 17.6%;
    -webkit-flex: 0 0 17.6%;
    -moz-box-flex: 0;
    flex: 0 0 17.6%;
    max-width: 17.6%;
    margin: 10px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    height: 159px;
}

.wpra-plugin-container .wpra-reactions > .wpra-reaction:not(:last-child){
    margin-right: 1rem;
}

.wpra-plugin-container .wpra-reactions > .wpra-reaction.active, .wpra-plugin-container .wpra-reactions > .wpra-reaction:hover{
    -webkit-transform: none !important;
    transform: none !important;
    border: 1px solid var(--blue-chill);
    
}

.wpra-plugin-container .wpra-reactions > .wpra-reaction .count-num, .wpra-plugin-container .wpra-reactions > .wpra-reaction:hover .count-num{
    color: var(--blue-chill) !important;
}

.wpra-plugin-container .wpra-reactions > .wpra-reaction svg{
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-100%) !important;
}

.size-small .wpra-reaction > .wpra-arrow-badge{
    top: auto !important;
    bottom: 20px;
    font-weight: 500;
    font-family: inherit !important;
}

.wpra-reaction:after{
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}

.emoji-3.wpra-reaction:after{
    content: "Excited";
}

.emoji-1.wpra-reaction:after{
    content: "HAPPY";
}

.emoji-2.wpra-reaction:after{
    content: "IN LOVE";
}

.emoji-7.wpra-reaction:after{
    content: "NOT SURE";
}

.emoji-12.wpra-reaction:after{
    content: "SILLY";
}

@media (max-width:991px){
	.wpra-plugin-container .wpra-reactions > .wpra-reaction{
        -ms-flex: 0 0 28%;
        -webkit-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }
}

@media (max-width: 767px){
    .wpra-plugin-container .wpra-reactions{
        margin: 0px;
    }
    .wpra-plugin-container .wpra-reactions > .wpra-reaction{
        -ms-flex: 0 0 43.6%;
        -webkit-flex: 0 0 43.6%;
        flex: 0 0 43.6%;
        max-width: 43.6%;
    }
}
.ubermenu .followus-menu{
display:none;
}
.heateor_sss_standard_follow_icons_container .heateorSssInstagramSvg, .heateor_sss_horizontal_sharing .heateorSssInstagramSvg, #heateor_sss_rearrange .heateorSssInstagramSvg {
 min-height:35px;
}

/* Slider loader start */

.slider-main-outer .slider-main .slide-loader{
   display: flex;
   justify-content: center;
   align-items: center;
}

.slider-main-outer .slider-main.hero-initialized .slide-loader{
  display: none;
}

.slider-main-outer .slider-main .hero-slider{
   display:none;
}

.slider-main-outer .slider-main .hero-slider.slick-initialized{
  display: block;
  overflow: hidden;
}

.category-slider.Desk-Block .slide-loader{
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 600px;
}

.category-slider.Desk-Block.slider-initialized .slide-loader{
  display: none;
}

.category-slider.Desk-Block .single-slide{
   display:none;
}

.category-slider.Desk-Block .single-slide.slick-initialized{
  display: block;
}

.cat-section5.Desk-Block .slide-loader{
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 590px;
}

.cat-section5.Desk-Block .desktop-view.slider-initialized .slide-loader{
  display: none;
}

.cat-section5.Desk-Block .cat-section5-slide1{
   display:none;
}

.cat-section5.Desk-Block .cat-section5-slide1.slick-initialized{
  display: block;
}

.cat-section5-slide2-main .slide-loader{
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 580px;
}

.cat-section5-slide2-main.slider-initialized .slide-loader{
  display: none;
}

.cat-section5-slide2-main .cat-section5-slide2{
   display:none;
}

.cat-section5-slide2-main .cat-section5-slide2.slick-initialized{
  display: block;
}

.cat-section2 .slide-loader{
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 580px;
}

.cat-section2.slider-initialized .slide-loader{
  display: none;
}

.cat-section2 .cat-section2-slide{
   display:none;
}

.cat-section2 .cat-section2-slide.slick-initialized{
  display: block;
}

.cat-section4-bg .slide-loader{
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 580px;
}

.cat-section4-bg.slider-initialized .slide-loader{
  display: none;
}

.cat-section4-bg .cat-section4-slide{
   display:none;
}

.cat-section4-bg .cat-section4-slide.slick-initialized{
  display: block;
}

.video-main .slide-loader{
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 380.66px;
}

.video-main.slider-initialized .slide-loader{
  display: none;
}

.video-main .video-slider{
   display:none;
}

.video-main .video-slider.slick-initialized{
  display: block;
}

/* Slider loader end */

/* Css by Prajakta start */

body.modal-open{
    overflow-y: hidden;
    padding-left: 17px;
}

/* Css by Prajakta end*/

/*css by prajakta start */

@media only screen and (max-width: 990px) {
    .infografics-page .cat-section2 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    .infografics-page .cat-section2-thumb h5 {
        margin-top: 20px;
    }
}

.title-category {
    text-align: left;
    padding-bottom: 0px;
    position: relative;
    margin: 40px 0;
    max-width: 910px;
}

.infografics-page h4 {
    padding: 10px 15px;
    min-height: 58px;
    font-size: 18px;
    margin: 0px;
    line-height: 1.6;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infografics-page-desktopview .cat-section2-thumb {
    margin: 5px 17px 30px 17px!important;
    padding-bottom: 0px;
    text-align: center;
    min-height: 269.22px;
}

.infografics-page-desktopview {
    clear: both;
    margin-bottom: 30px;
}

.infografics-page-desktopview .cat-section2-thumb {
    width: 30.33%;
    float: left;
}


/* Infographic Section Mobile View */


/* .infografics-page .cat-section2 {
    padding-bottom: 0px!important;
}

.infografics-page h5 {
    padding-top: 15px;
} */


/* Css by Prajakta start */

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
    text-align: center;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog>.modal-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -7.5%);
    width: 100%;
}


.modalDialog{
    height: 100vh;
    overflow-y: scroll;
}

.modalDialog>.modal-contain img {
    width: 50%;
    height:auto;
    background-color: #fff;
    padding: 15px;
}
/* .modal-contain iframe body::-webkit-scrollbar {
    width: 5px !important;
  }
  
  .modal-contain iframe body::-webkit-scrollbar-track {
    background: transparent !important; 
  }
   
  .modal-contain iframe body::-webkit-scrollbar-thumb {
    background: #1292a0 !important; 
  }
  
  .modal-contain iframe body::-webkit-scrollbar-thumb:hover {
    background: #1292a0 !important; 
  } */

.modalDialog .close {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -16px;
    right: 23%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    background-color: #F00;
    height: 30px;
    width: 30px;
    border-radius: 0;
    padding: 0;
}
/* Css by Prajakta end */
.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    width: 70%;
    height: 50%;
}
.video-content iframe{
  height: 100% !important;
}
.video .cat-section2-thumb {
    margin: 5px 5px 30px 5px;
    text-align: center;
    padding-bottom: 0;
}
.video .cat-section2-thumb a img{border-radius: 7px 7px 0px 0px!important;}

/* Css by Prajakta start */
.hp-article-type-icon img, .post-tag, .sub-section-box-icon img {
    display: none;
}

.video-slider-video-icon, .video-box-img-video-icon {
    display: none;
}

.video-content .close{
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: -16px;
    right: -15px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    background-color: #F00;
    height: 30px;
    width: 30px;
    border-radius: 0;
    padding: 0;
    z-index: 1030;
}

/* css for breadcrumb start */
.breadcrumb{
    padding: 10px 0;
    font-size: 12px;
}
.breadcrumb p{margin-bottom: 0;}
.breadcrumb a:hover{color: #707070;}
.breadcrumb_last:hover{color: #707070;}
.breadcrumb-new{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.75rem;
    margin-bottom: 0;
    list-style: none;
}
.breadcrumb-new .breadcrumb-item+.breadcrumb-item{
   padding-left: 0.5rem;
}
.breadcrumb-new .breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #707070;
    content: "/";
}
/* css for breadcrumb end */

/* Css by Prajakta */
.video-content .close:hover,
.video-content .close:focus,
.modalDialog .close:hover,
.modalDialog .close:focus {
    -moz-box-shadow: 1px 1px 3px #1292a0;
    -webkit-box-shadow: 1px 1px 3px #1292a0;
    box-shadow: 1px 1px 3px #1292a0;
    background-color: #1292a0;
}

.videoDialog {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    
    transition: opacity 100ms ease-in;
    pointer-events: none;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.recommended-post {
    text-align: center;
    margin: 25px 0px;
}

/* .modalDialog .close:hover {
    background: #fa3f6f;
    } */

.post-tag{display: none!important;}

@media only screen and (max-width: 767.99px){
   .infografics-page {
     margin-top: 1.5rem;      
   }
   .video-content {
       transform: translate(-50%, -50%);
   }

}

/*css by prajakta end */

@media only screen and (min-width:992px){
	.slider-main-outer .slider-main .slide-loader{
           min-height: 520px;
        }

        .slider-main-outer .slider-main .hero-slider.slick-initialized{
           max-height: 520px;
        }

}

/* Comment */
    #respond {
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    background-color: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    background-image: unset;
    border: unset;
    border-bottom-color: unset;
    border-radius: unset;
    clear: both;
    -ms-filter: unset;
    margin-top: unset;
    padding: unset;
}
    .comments-area{
      margin-bottom: 3.5rem;
    }
    .comment-form{
      position: relative;
    }
    .comment-form label, #respond label {
        display: none;
    }
    .comment-form .form-group{
       margin-bottom: 0;
    }
    .comments-area ul{
        list-style: none;
    }
    .comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form input[type=password], .comment-form input[type=search], .comment-form input[type=tel], .comment-form input[type=number], .comment-form textarea, .comment-form select {
        width: 100%;
        padding: 10px 12px;
        font-size: 16px;
        font-weight: 400;
        font-family: inherit;
        line-height: 1.42857143;
        vertical-align: middle;
        background-color: #fff;
        background-image: none;
        border: 2px solid #8ed5fa;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: rgba(0,0,0,1);
        outline: none;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        transition: all .2s ease-out;
        box-shadow:none;
        -webkit-box-shadow:none;
    }
    .comment-form input, .comment-form textarea {
        padding: 20px !important;
    }
    .comment-form input:focus, .comment-form textarea:focus{
       	outline: 0;
            border-color: #8ed5fa;
            background-color: #fff;
            -webkit-box-shadow: 0 10px 20px 0 rgba(0,21,46,.1);
            -moz-box-shadow: 0 10px 20px 0 rgba(0,21,46,.1);
            box-shadow: 0 10px 20px 0 rgba(0,21,46,.1);
    }
    .form-submit {
        text-align: right;
        margin: 225px 0 0 0;
    }
    .comment-form p.c4wp-display-captcha-form {
    	position: absolute;
    	bottom: 73px;
        padding: 0 15px;
    }
    .comment-form p.c4wp-display-captcha-form img.c4wp-refresh-captcha{
        margin-left: 5px;
        margin-top: 0;
    }
    .comment-form p.c4wp-display-captcha-form strong{display: none;}
    .comment-form p.c4wp-display-captcha-form input[type="text"].c4wp_user_input_captcha{font-size:16px;}
    .comment-form input::placeholder, .comment-form textarea::placeholder { 
       color: #000 !important;
    }

    .form-submit .btn.btn-primary{
            	border: 1px solid #8ed5fa;
    		border-radius: 30px;
    		-moz-border-radius: 30px;
    		-webkit-border-radius: 30px;
             background: #8ed5fa;
    		text-align: center;
    		font-size: 18px;
    		color: #000;
    		display: block;
    		outline: none;
    		letter-spacing: 4.02px;
    		cursor: pointer;
             padding: 14px 30px !important;
    		text-shadow: none;
             font-weight: normal;
             text-transform: uppercase;
    }
    .form-submit .btn.btn-primary:hover{
                    background: #fff;
                    border: 1px solid #dddddd;
    }
    .form-submit .btn.btn-primary:focus{
                box-shadow: none;
                border: 1px solid #dddddd;
    }    
    .comment-reply-title{
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }
    .comment-reply-title small{
      margin-left: 0.25rem;
    }
    .comment-list {
        list-style: none;
        padding-left: 0;
        margin-bottom: 1rem;
    }
    .comment-list>li:not(:first-child) {
        margin-top: 20px;
    }
    .comment-list>li{
      background-color: #fff;
      padding: 1rem;
      box-shadow: 0px 0px 5px 0px rgba(208,208,208,0.75);
      -webkit-box-shadow: 0px 0px 5px 0px rgba(208,208,208,0.75);
      -moz-box-shadow: 0px 0px 5px 0px rgba(208,208,208,0.75);
      -webkit-border-radius: 5px;
      border-radius: 5px;
    }
    .comment-body {
        padding: 0;
        margin-bottom: 1.5rem;
    }
    .comment-body p, div.reply a{
       font-size: 16px;
    }
    .comment-author>img {
        height: 50px;
        width: 50px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        object-fit: cover;
        -o-object-fit: cover;
        margin-right: 5px;
    }
    .comment-meta {
        margin-bottom: 8px;
        font-size: 0.85714rem;
        color: rgba(0, 0, 0, 0.4);
    }
    .comment-meta>*:not(:last-child) {
        margin-right: 4px;
    }
    .comment-author .says {
        display: none;
    }
    .comment-author {
        position: relative;
        font-size: 1.1429rem;
        font-weight: 700;
    }
    .comment-author b.fn{
            color: rgba(0, 0, 0, 0.8);
    }
    .comment-author b.fn a{
       color: rgba(0, 0, 0, 0.8);
       font: inherit;
    }
    .comment-awaiting-moderation {
        padding: 15px;
        background: #eee;
        display: block;
        margin: .5rem 0;
        font-size: 1rem;
    }
    .comment-metadata a, .comment-metadata a:hover, .comment-metadata a:focus, .comment-metadata a:active, .comment-metadata a:visited {
        color: rgba(0, 0, 0, 0.4);
        text-decoration: none;
    }
    .comment-content {
        font-size: 1.14286rem;
    }

.post-content-box .accordion {
	border: 1px solid white;
	padding: 0;
	margin: 0 auto;
	list-style: none outside;
}

.post-content-box .accordion a { color: #19bed0!important; }

.post-content-box .accordion>*+* {
	border-top: 1px solid white;
}

.post-content-box .accordion-item-hd {
	display: inline-block;
	padding: 15px 30px 15px 0;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
        -webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
        transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
}

.post-content-box .accordion-item-input:checked~.accordion-item-bd {
        padding-top: 15px;
	margin-bottom: 15px;
	-webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
	transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
        max-height: 100%;
}

.post-content-box .accordion-item-input:checked~.accordion-item-hd>.accordion-item-hd-cta {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.post-content-box .accordion-item-hd-cta {
	display: block;
	width: 30px;
	position: absolute;
	top: calc(50% - 4px);
	right: 0;
	pointer-events: none;
	-webkit-transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	text-align: center;
	font-size: 12px;
	line-height: 1;
}


.post-content-box .accordion-item-bd {
	max-height: 0;
	margin-bottom: 0;
	overflow: hidden;
	-webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
	transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
}

.post-content-box .accordion-item-input {
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}

.subscription-form-main{
	display: flex;
        align-items: center;
        border-top: 8px solid #f0efef;
        border-bottom: 8px solid #f0efef;
        padding: 1rem 0;
}

.subscription-form-main .img-wrap:hover img{
   opacity: 0.8;
   -webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.subscription-form-main h5{
  color: #19bed0;
  font-size: 12px;
  margin: 0 0 5px 0;
}

.subscription-form-main h3{
  font-size: 20px;
  margin: 0 0 5px 0;
}

.subscription-form-main, .subscription-form-main p{
   font-size: 17px;
   line-height: 26px;
}

.subscription-form-main form div{
  margin-bottom: unset; 
}

.subscription-form-main form input{
  height: 50px !important;
  color: #707070;
  font-size: 18px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #dcdbdb;
}

.subscription-form-main form .quform-element-submit{
   margin: 0;
}

.subscription-form-main form button{
   border: 0px;
   background: #8ed5fa;
   font-size: 18px;
   height: 50px;
   color: #000000;
   outline: none;
   letter-spacing: 4.02px;
   padding: 0 1.5rem;
}

.key-takeaways{
   background-color: #fff;
   border: 1px solid #D3D3D3;
   -webkit-box-shadow: 5px 5px 0 0 rgba(142, 213, 250, 0.5);
   box-shadow: 5px 5px 0 0 rgba(142, 213, 250, 0.5);
   border-radius: 9px 9px 9px 0;
   -webkit: border-radius: 9px 9px 9px 0;
   margin:  0 0 2rem;
   padding: 1.25rem 1rem;
}

.key-takeaways h3{
    font-size: 1.375rem;
    line-height: 1.75rem;
    color: #212121;
    margin-bottom: 15px;
}

.key-takeaways >ul{
  margin-bottom: 0;
}

.key-takeaways >ul>li, .key-takeaways p {
   margin-bottom: 0.625rem;
   line-height: 1.5625;
   font-size: 17px;
}

.key-takeaways >ul>li {
  list-style-type: none;
  position: relative;
}     

.key-takeaways>ul li:before{
  content: '';
  margin-left: -1.5rem;
  margin-top: 10px;
  width: 7px;
  height: 7px;
  background: #8ed5fa;
  border-radius: 2px 2px 2px 0;
  -webkit-border-radius: 2px 2px 2px 0;
  position: absolute;
  text-align: center;
  font-size: .875rem;
}

.top-post{
  padding-top: 3rem; 
}

.top-post .mosaic-item {
	position: relative;
        height: 100%;
        width: 100%;
}

.top-post .mosaic-item .post-thumbnail {
	background-color: #000;
        height: 100%;
        width: 100%;
}

.top-post .mosaic-item .post-thumbnail a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.top-post .mosaic-item .post-text {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	box-align: end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align: end;
	align-items: flex-end;
	-ms-flex-align: end;
	padding-top: 40px;
}

.top-post .mosaic-item .post-text:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
	background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(5.3%, rgba(0, 0, 0, 0.917)), color-stop(10.6%, rgba(0, 0, 0, 0.834)), color-stop(15.9%, rgba(0, 0, 0, 0.753)), color-stop(21.3%, rgba(0, 0, 0, 0.672)), color-stop(26.8%, rgba(0, 0, 0, 0.591)), color-stop(32.5%, rgba(0, 0, 0, 0.511)), color-stop(38.4%, rgba(0, 0, 0, 0.433)), color-stop(44.5%, rgba(0, 0, 0, 0.357)), color-stop(50.9%, rgba(0, 0, 0, 0.283)), color-stop(57.7%, rgba(0, 0, 0, 0.213)), color-stop(65%, rgba(0, 0, 0, 0.147)), color-stop(72.9%, rgba(0, 0, 0, 0.089)), color-stop(81.4%, rgba(0, 0, 0, 0.042)), color-stop(90.6%, rgba(0, 0, 0, 0.011)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
	background-image: -moz-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
	background-image: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.917) 5.3%, rgba(0, 0, 0, 0.834) 10.6%, rgba(0, 0, 0, 0.753) 15.9%, rgba(0, 0, 0, 0.672) 21.3%, rgba(0, 0, 0, 0.591) 26.8%, rgba(0, 0, 0, 0.511) 32.5%, rgba(0, 0, 0, 0.433) 38.4%, rgba(0, 0, 0, 0.357) 44.5%, rgba(0, 0, 0, 0.283) 50.9%, rgba(0, 0, 0, 0.213) 57.7%, rgba(0, 0, 0, 0.147) 65%, rgba(0, 0, 0, 0.089) 72.9%, rgba(0, 0, 0, 0.042) 81.4%, rgba(0, 0, 0, 0.011) 90.6%, transparent 100%);
}

.top-post .mosaic-item .post-text .post-content-section {
	z-index: 1;
}

.top-post .post-text-inner{
  padding: 15px 15px 0;
}

.top-post a, .top-post h3{
   color: #fff;
   font-size: 1.5rem;
   line-height: 1.3;
}

.top-post .link-overlay {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top-post .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.top-post .row--space-between {
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.top-post .col-lg-6, .top-post .col-md-6{
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.top-post .row--space-between>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.explore-section-title{
    align-items: center;
    border-bottom: solid 1px #dcdbdb;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.explore-section-title a{
    text-decoration: none;
    color: #02838d;
    display: flex;
    align-items: center;
    line-height: 21px;
    font-weight: bold;
    text-transform: uppercase;
}

.explore-section-title a i{
  margin-left: .25rem;
}

.explore-section{
  list-style: none;
  display: grid;
  text-align: center;
  margin: 0;
  padding-left: 0;
  padding-bottom: 40px; 
}

.explore-section li h5{
   margin-top: 0.5rem; 
}


@media (min-width:768px){
.comment-form .row {
    		display: -ms-flexbox;
    		display: flex;
    		-ms-flex-wrap: wrap;
    		flex-wrap: wrap;
    		margin-right: -15px;
    		margin-left: -15px;
	}
.top-post .col-md-6 {
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%;
}

.top-post .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.top-post .mosaic-item .post-thumbnail {
	 height: 350px;
}
 .top-post .mosaic-item--half .post-thumbnail {
	 height: 350px;
}
.comment-form .col-md-6 {
    		-ms-flex: 0 0 47.47%;
    		flex: 0 0 47.47%;
    		max-width: 47.47%;
             position: relative;
    		width: 100%;
    		padding-right: 15px;
    		padding-left: 15px;
      }
      
 .subscription-form-main .img-wrap{
    max-width: 230px;
 }
 .subscription-form-main .content-wrap{
    margin-left: 1rem;
 }
 .subscription-form-main form .quform-element-column.quform-element-1_7{
   padding-right: 0;
}

.subscription-form-main form .quform-element-column.quform-element-1_8{
   padding-left: 0;
}

.explore-section{
  padding-top: 28px;
  grid-template-columns: repeat(6,minmax(0,1fr));
  column-gap: 50px;
}


}

@media (min-width:992px){
 .top-post .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
 .top-post .col-lg-6 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
 }
 .top-post .col-lg-3 {
    -ms-flex: 0 0 37.3%;
    flex: 0 0 37.3%;
    max-width: 37.3%;
}
.top-post .mosaic-item .post-thumbnail {
	 height: 480px;
}
 .top-post .mosaic-item--half .post-thumbnail {
	 height: 235px;
}

}


@media (max-width:767px){
 .subscription-form-main{
   flex-direction: column;
 }
 .subscription-form-main .img-wrap{
    margin-bottom: 1rem; 
 }
 .explore-section{
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px;
    padding: 32px;
 }
}

@media (max-width:576px){
   .explore-section{
    grid-template-columns: 1fr 1fr;
  }
}
.font-size-40px{
font-size: 40px !important;
}
#engagebaypopup .elementor-button-content-wrapper {pointer-events: none;} 
#engagebaypopup .elementor-button span { pointer-events:none;} 
#engagebaypopup .elementor-button {cursor:pointer;}

.post-postion-tag{
    position: absolute;
    font-size: 14px;
    display: inline-block;
    background-color: #be8df4;
    padding: 0.1rem 0.75rem;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.wpp-list {
   padding: 0;
   margin: 0 0 1.5rem 0;
}

.wpp-list li{
    margin: 15px 0 70px 0;
}

.wpp-list .wpp-thumbnail{   
   box-shadow: 1px 1px 9px #00000029;
   -webkit-box-shadow: 1px 1px 9px #00000029;
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
}

.wpp-list .wpp-post-title {
   font-size: 17px;
   font-weight: 600;
   color: #000;
}

.wpp-list .wpp-post-title:hover{
  color: #1292A0;
}

.wpp-meta.post-stats{
  display: none;
}

.cm-metric-switch-full input[type='text'], .cm-metric-switch-full input[type='password']{
   margin-left: 0;
}

.jk-calc-main-wrapper label {
    margin-left: 0;
}

.ebook-download-single {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex; 
   justify-content: center;  
   margin: 0 -1rem;
   box-sizing: border-box;
}

.ebook-download-single .ebook-main{
   text-align: center;
   padding: 0 1rem;
   box-sizing: border-box;
   max-width:400px;
   margin-bottom: 1.5rem;
}

.ebook-download-single .ebook-main .ebook-sub{
   background-color: #fff;
   box-sizing: border-box;
   box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
   -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.07), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
   border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -webkit-transition: all .5s linear;
   -moz-transition: all .5s linear;
   -ms-transition: all .5s linear;
   -o-transition: all .5s linear;
   transition: all .5s linear;
}

.ebook-download-single .ebook-main .ebook-sub:hover{
   box-shadow: 0 20px 25px -5px rgba(0,0,0,.07),0 10px 10px -5px rgba(0,0,0,.05);
   -webkit-box-shadow: 0 20px 25px -5px rgba(0,0,0,.07),0 10px 10px -5px rgba(0,0,0,.05);
}

.ebook-download-single .ebook-main .ebook-sub h3{
   font-size: 1.25rem;
   margin: 10px 0;
}

.ebook-download-single .ebook-main .ebook-sub button{
   border: 0;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    background: #8ed5fa;
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 0 auto;
    outline: none;
    cursor: pointer;
    padding: 0.5rem 1.5rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 480px){
   .ebook-download-single{
       flex-direction: column;
       margin: 0 auto;
   }
   .ebook-download-single .ebook-main{
      max-width: 100%;
      padding: 0;
      margin-bottom: 2rem;
   }
   .ebook-download-single .ebook-main img{
      width: 100%;
   }
}

.infographics-slider .slick-arrow {
  position: absolute;
  top: 48%;
  bottom: inherit;
  right: -18px;
  background-color: #162e6f;
  border-radius: 50%;
  padding: 0px 13px 4px;
}
.infographics-slider .slick-arrow i{
    color: #fff;
    font-size: 16px;
}
.infographics-slider .slick-arrow.slick-disabled {
   opacity: 0.8;
}
.infographics-slider .slick-prev.slick-arrow {
  left: -18px;
  right: inherit;
  z-index: 9;
}

.post-left-content ul ul{
   margin-top: 8px;
   list-style: circle;
}

.post-left-content li:last-child{
  margin-bottom: 0;
}

.post-content-box .post-left-content h2 picture, .post-content-box .post-left-content p picture{
    margin: 6px 20px 10px 0;
    display: inline-block;
}

.post-content-box .post-left-content h2 picture.alignright, .post-content-box .post-left-content p picture.alignright{
   margin: 6px 0 10px 20px;
}

.error404 {
   padding-bottom: 50px;
}

.error404 .post-entry{
   text-align: center;
}

.error404 .post-entry .back-link{
      margin-top: 20px;
}