/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.topsearch.elementor-widget-search .e-search-form
{
    display: flex;
    box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 58px;
    padding: 12px 25px;
}
.storybox .swiper-slide
{
    margin-bottom:10px;
}
.storybox .swiper-slide .e-con
{
    box-shadow: 5px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pptpost .uc_post_list_title a
{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.bmibtn img, .ibwbtn img, .dcibtn img, .cbbtn img
{
	width: 25px;
    margin-right: 15px;
}
.bmibtn
{
	background: -moz-linear-gradient(left, #eb3349 0, #f45c43 99%);
    background: -webkit-linear-gradient(left, #eb3349 0, #f45c43 99%);
    background: linear-gradient(to right, #eb3349 0, #f45c43 99%);
    font-size: 20px;
    color: #fff !important;
    display: flex;
    border-radius: 5px;
    justify-content: left;
    align-items: center;
    padding: 20px;
}
.ibwbtn
{
	background: -moz-linear-gradient(left, #16222a 0, #3a6073 100%);
    background: -webkit-linear-gradient(left, #16222a 0, #3a6073 100%);
    background: linear-gradient(to right, #16222a 0, #3a6073 100%);
    font-size: 20px;
    color: #fff !important;
    display: flex;
    border-radius: 5px;
    justify-content: left;
    align-items: center;
    padding: 20px;
}
.dcibtn
{
	background: -moz-linear-gradient(left, #2c3e50 1%, #bdc3c7 100%);
    background: -webkit-linear-gradient(left, #2c3e50 1%, #bdc3c7 100%);
    background: linear-gradient(to right, #2c3e50 1%, #bdc3c7 100%);
    font-size: 20px;
    color: #fff !important;
    display: flex;
    border-radius: 5px;
    justify-content: left;
    align-items: center;
    padding: 20px;
}
.cbbtn
{
	background: -moz-linear-gradient(left, #085078 0, #85d8ce 100%);
    background: -webkit-linear-gradient(left, #085078 0, #85d8ce 100%);
    background: linear-gradient(to right, #085078 0, #85d8ce 100%);
	font-size: 20px;
    color: #fff !important;
    display: flex;
    border-radius: 5px;
    justify-content: left;
    align-items: center;
    padding: 20px;
}

.diseasebox img
{
	max-width:75px;
}
.diseasebox .premium-icon-box-text-wrap {
    width: 100%;
    min-height: 70px;
}

.diseasebox .premium-icon-box-container-in .premium-icon-box-title
{
	justify-content:center;
}
.diseaselist .uc_post_list {
    row-gap: 30px !important;
    column-gap: 100px !important;
}
.healthatoz .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item
{
	min-width: calc(100% / 24);
}
.healthatoz .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item a
{
	height: 80px;
    width: 80px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin: 15px 0px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.healthatoz .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item a:hover
{
	border-color:#387D2B;
}

.imagehoverbox .widget-image-caption
{
	position: absolute;
    padding: 20px;
    width: 100%;
    height: 100%;
	bottom:0px;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: left;
    align-items: end;
	border-radius:5px;
}



.repeat-box {
    display: block;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    clear: both;
    color: #000;
    text-decoration: none;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}
.repeat-box a {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    border-radius: 12px;
    display: block;
    padding: 0px;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
}
.repeat-box figure {
    display: block;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    gap: 0 10px;
}
.repeat-box .photo{width:100%;}
.splide__slide img {
    vertical-align: middle;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: fill;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-position: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.repeat-box .photo:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    z-index: 5;
    background: linear-gradient(180deg, #00000000 0%, #000000 100%);
    border-radius: 0px 0px 12px 12px;
}
.repeat-box .text {
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    padding: 10px;
}
.repeat-box .text p {
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0;
    font-family: "Times New Roman", sans-serif;
    font-style: normal;
}

.splide__arrow
{
    background: #fff;
    width: 65px;
    height: 65px;
    padding: 15px;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 50%;
}
.splide__arrow--next
{
    right: 30px;
}
.splide__arrow:before
{
    display:none;
}
.splide__arrow:hover:not(:disabled)
{
    opacity: 1;
    background: #BDD8B8;
}
.splide__arrow--prev
{
    left: -30px;
    transform: rotate(180deg);
}

.shine:after {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 15;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    opacity: .1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#00ffffff',GradientType=0);
}
.shine
{
    position: relative;
    border-radius: 0px 0px 12px 12px;
    border: 5px solid #387D2B;
    border-right: 0px;
    border-bottom: 0px;
    padding-top: 178% !important;
    overflow: hidden;
    z-index: 2;
    background-color: #F5F5F5;
    width: 100%;
}
.i-amphtml-story-grid-template-with-full-bleed-animation amp-img img, [template=fill] amp-anim img, [template=fill] amp-img img, [template=fill] amp-video video {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.repeat-box span.video-icon {
    width: 38px;
    height: 38px;
    border-radius: 100px;
    background-color: #387D2B;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    background-image: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.repeat-box span.reels-icon {
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.repeat-box span.video-icon img {
    width: 15px;
    height: 15px;
    min-width: inherit;
    position: static;
    object-fit: contain;
    display: inline-block;
}
.repeat-box span.webstories-icon {
    background-color: #387D2B;
    border-radius: 100px;
    right: 8px;
    top: 5px;
    width: 32px;
    height: 32px;
}
.repeat-box span.webstories-icon, .repeat-box span.webstories-icon span {
    display: block;
    position: absolute;
}
.repeat-box span.webstories-icon span {
    background-color: #fff;
    border-radius: 1px;
    width: 8px;
    height: 17px;
    left: 50%;
    margin-left: -6px;
    top: 7px;
}
.repeat-box span.webstories-icon span:after, .repeat-box span.webstories-icon span:before {
    background-color: rgba(255,255,255,.9);
    content: "";
    display: block;
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    width: 2px;
}
.repeat-box a:hover span.webstories-icon, .repeat-box a:hover span.photo-icon, .repeat-box a:hover span.video-icon {
    animation: pulseShadowlgwhite 2000ms linear infinite;
    border-color: #387D2B;
    background-color: #387D2B;
}
@-webkit-keyframes pulseShadowlgwhite{0%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4)}70%{-webkit-box-shadow:0 0 0 15px rgba(255,255,255,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,255,255,0)}}
.repeat-box span.webstories-icon span:before {
    left: 12px;
    height: calc(100% - 6px);
    top: 3px;
}
.repeat-box span.webstories-icon span:after {
    right: -3px;
}


#Video-Reels-splide .shine
{
    border:0px;
}


audio{display:none !important;}


.healthbox .yz-widget .yz-section-calculator {
	background-color: transparent !important;}

.healthbox .yz-widget .yz-paragraph {
    letter-spacing: 0px !important;
    font-family: "Times New Roman", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 1.5em !important;
    color: #000000 !important;
    margin-bottom: 20px !important;
}
.healthbox .yz-widget .yz-separator-icon {
    position: absolute !important;
    top: -40px !important;
    left: calc(50% - 40px) !important;
    background-color: #67B458 !important;
    border: 0px solid #eee !important;
    border-radius: 100% !important;
    width: 80px !important;
    height: 80px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 30px !important;
    text-align: center !important;
    line-height: 52px !important;
    font-family: "Times New Roman", Sans-serif !important;
    font-weight: 600 !important;
}
.healthbox .yz-widget .yz-calc-step-title {
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 1em !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    margin: 8.5px 0 !important;
    font-family: "Times New Roman", Sans-serif !important;
    padding-top: 20px !important;
}
.healthbox .yz-widget .yz-calc-step-gender {
    display: block !important;
}
.healthbox .yz-widget .yz-calc-step-gender-label{color:#000 !important;}

.healthbox .yz-widget .yz-calc-input-label {
    margin: 15px 0 5px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    font-family: "Times New Roman", Sans-serif !important;
}
.healthbox .yz-widget .yz-calc-submit, .healthbox .yz-widget .yz-calc-submit:active {
    background-color: #C64B00 !important;
    color: #fff !important;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.65) !important;
    font-family: "Times New Roman", Sans-serif !important;
    letter-spacing: 0px !important;
    border-radius: 0px !important;
    font-size: 25px !important;
    padding: 20px 30px !important;
    width: 100% !important;
    max-width: 400px !important;
}
.healthbox .yz-widget .yz-separator-line{background-color: transparent !important;}







@media only screen and (max-width: 768px)
{
	.healthatoz .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item a {
		height: 50px;
		width: 50px;
	}
	.repeat-box .text p{font-size:15px;}
	.healthbox .yz-widget .yz-paragraph{font-size:18px !important;line-height: 1.3em !important;}
	.healthbox .yz-widget .yz-calc-step-gender {
		display: inline-block !important;
	}
		.healthbox .yz-widget .yz-separator-icon {
		position: unset !important;
		background-color: #67B458 !important;
		border: 0px solid #eee !important;
		border-radius: 100% !important;
		width: 40px !important;
		height: 40px !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
		font-size: 20px !important;
		text-align: center !important;
		line-height: 1em !important;
		font-family: "Times New Roman", Sans-serif !important;
		font-weight: 600 !important;
	}
		.healthbox .yz-widget .yz-calc-step-title {
		font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 1em !important;
        letter-spacing: 0px !important;
        text-align: left !important;
        margin: 0px 0 !important;
        font-family: "Times New Roman", Sans-serif !important;
        padding-top: 0px !important;
        width: 120px !important;
        padding-left: 10px !important;
	}
		.diseasebox img {
		max-width: 50px;
	}
	.healthbox .yz-calc-step
	{	
		    display: flex !important;
			flex-flow: row;
			width: 100% !important;
			justify-content: left;
			align-items: center;        margin-bottom: 20px !important;
	}
	.healthbox .yz-widget .yz-separator-line {
    background-color: transparent !important;
    height: auto !important;
    position: unset !important;margin: 0px !important;
}
	.healthbox .yz-widget .yz-calc-submit, .healthbox .yz-widget .yz-calc-submit:active {
    background-color: #C64B00 !important;
    color: #fff !important;
    box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.65) !important;
    font-family: "Times New Roman", Sans-serif !important;
    letter-spacing: 0px !important;
    border-radius: 0px !important;
    font-size: 22px !important;
    padding: 15px 15px !important;
    width: 100% !important;
    max-width: 400px !important;
}
	.healthbox .yz-widget .yz-calc-input-label {
    margin: 5px 0 5px !important;
    display: inline-block !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    font-family: "Times New Roman", Sans-serif !important;
}
	.healthbox .yz-widget .yz-calc-step-gender-label {
    font-size: 35px !important;
    cursor: pointer !important;
		padding: 0px 10px !important;}
	.healthbox .yz-widget .yz-calc-step-action{        padding: 0px 0px !important;
        width: calc(100% - 160px) !important;
        justify-content: end;
        display: flex !important;
}
	
}


.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"]
{
    border-top: 0 !important;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 700;
    padding: 0 50px !important;
    font-size: 50px;
    margin: 0 auto 10px auto;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: rgba(0, 0, 0, 1);
	max-width:1200px;
}
.frm_style_formidable-style.with_frm_style div.frm_description
{
	line-height: 1.4;
    padding: 0 50px !important;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    font-family: "Times New Roman", Sans-serif;
    margin: 0px auto 50px auto !important;
	max-width:1200px;
}
.bmi_section
{
	background-image:url('https://blog.elegantinfotech.com/wp-content/uploads/2025/08/bmi_bg.jpg');
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
	margin:0px !important;
	min-height:500px;
}
.physical_activity_section
{
	background-image:url('https://blog.elegantinfotech.com/wp-content/uploads/2025/08/physical_activity_bg.jpg');
	background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
	margin:0px !important;
	min-height:500px;
	display: flex !important;
    flex-flow: column !important;
    justify-content: center;
    align-items: center;
}
.fruits_and_veggies_section
{
	background-image:url('https://blog.elegantinfotech.com/wp-content/uploads/2025/08/fruits_veggies_bg.jpg');
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
	margin:0px !important;
	min-height:500px;
    display: flex !important;
    flex-flow: column !important;
    justify-content: center;
    align-items: center;
}
.water_section
{
	background-image:url('https://blog.elegantinfotech.com/wp-content/uploads/2025/08/water_bg.jpg');
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
	margin:0px !important;
	min-height:500px;
	display: flex !important;
    flex-flow: column !important;
    justify-content: center;
    align-items: center;
}
.sugary_drinks_section
{
	background-image:url('https://blog.elegantinfotech.com/wp-content/uploads/2025/08/sugary_drinks_bg.jpg');
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
	margin:0px !important;
	min-height:500px;
	display: flex !important;
    flex-flow: column !important;
    justify-content: center;
    align-items: center;
}
.challenge_section
{
	background-image:url('https://blog.elegantinfotech.com/wp-content/uploads/2025/08/challenge_bg.jpg');
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
	margin:0px !important;
	min-height:500px;
	display: flex !important;
    flex-flow: column !important;
    justify-content: center;
    align-items: center;
}
.sleep_section
{
	background-image:url('https://blog.elegantinfotech.com/wp-content/uploads/2025/08/sleep_bg.jpg');
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
	margin:0px !important;
	min-height:500px;
	display: flex !important;
    flex-flow: column !important;
    justify-content: center;
    align-items: center;
}
.tobacco_use_section
{
	background-image:url('https://blog.elegantinfotech.com/wp-content/uploads/2025/08/tobacco_use_bg.jpg');
	background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0px;
	margin:0px !important;
	min-height:500px;
	display: flex !important;
    flex-flow: column !important;
    justify-content: center;
    align-items: center;
}

.frm_image_options .frm_image_option_container .frm_empty_url, .frm_image_options .frm_image_option_container img, .with_frm_style .frm_radio label input[type=radio]
{
	display: none !important;
}
.frm_image_options input[type="radio"]:not([disabled]) + .frm_image_option_container:hover, .frm_image_options input[type="checkbox"]:not([disabled]) + .frm_image_option_container:hover, input[type="radio"]:checked + .frm_image_option_container, input[type="checkbox"]:checked + .frm_image_option_container {
	background: #BDD8B8;}
.frm_image_options .frm_image_option_container {
        border: 0px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 15px 20px;
    border-radius: 60px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    background: rgba(217, 217, 217, 1);
    min-width: 400px;
    font-family: "Times New Roman", Sans-serif;
    max-width: 400px;
}
.frm_text_label_for_image {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    width: 100%;
    padding: 0px;
    word-break: keep-all;
    font-family: "Times New Roman", Sans-serif;
    line-height: 1;
}
.frm_checkbox.frm_image_option, .frm_radio.frm_image_option {
    width: auto !important;
    margin: 0px !important;
}
.frm_image_options .frm_opt_container {
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    margin: 0px auto;
    column-gap: 40px;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
    max-width: 1000px;
    padding: 0px 50px;
}
.with_frm_style .frm_primary_label
{
	line-height: 1.4;
    padding: 0 50px !important;
    font-size: 22px;
    color: #000;
    font-weight: normal;
    text-align: center;
    font-style: normal;
    font-family: "Times New Roman", Sans-serif;
    margin: 10px auto 25px auto !important;
}
.tobacco_use_section .frm_radio.frm_image_option, .challenge_section  .frm_radio.frm_image_option
{
    width: calc(50% - 20px) !important;
    margin: 0px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.with_frm_style .frm_submit {
    clear: both;
    text-align: center;
    padding: 80px 0px 50px 0px;
}
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    width: auto;
	min-width: 250px;
    font-size: 30px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: rgba(198, 75, 0, 1);
    border-width: 1px;
    border-color: rgba(198, 75, 0, 1);
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-family: "Times New Roman", Sans-serif;
    font-weight: normal;
    border-radius: 30px;
    text-shadow: none;
    padding: 15px 40px;
    box-sizing: border-box;
    box-shadow: none;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    vertical-align: middle;
    text-transform: uppercase;
}
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    background: #387D2B;
    border-color: #387D2B;
    color: #ffffff;
}
.premium-nav-menu-item.menu-item-has-children .premium-sub-menu{right:0px;}


.dflip-books
{
    display: flex;
    flex-flow: wrap;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}
.dflip-books ._df_thumb
{
    margin:0px;
    width: calc(33.33% - 20px);
    box-shadow: none;
}

.dflip-books ._df_thumb ._df_book-title {
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    right: 0;
    top: 0;
    padding: 20px;
    font-size: 20px;
    background: transparent;
    box-sizing: border-box;
    justify-content: left;
    align-items: end;
    color: white;
    transition: .4s;
    -webkit-transition: .4s;
    opacity: 1;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    text-align: left;
    line-height:1.4;
}
.dflip-books ._df_thumb[thumbtype="img"] img {
    max-width: 100%;
    width: 100%;
    max-height: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}
._df_book-cover:before
{
    position: absolute;
    content:'';
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.3s;
    background-color: #000000;
    opacity: 25%;
}

.pptsingle ._df_thumb
{
    cursor: pointer;
    box-shadow: none;
    display: block;
    width: 100%;
    margin:0px;
}

.pptsingle ._df_book-cover:before
{
    display:none;
}
.pptsingle ._df_thumb:hover ._df_book-cover
{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow:none;
}
.pptsingle ._df_book-cover {
    background-size: unset;
    height: auto;
    width: 100%;
    -webkit-transform-origin: left;
    transform-origin: left;
    top: 0;
    background-color: transparent;
    position: unset;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    box-shadow: none;
    display: flex;
    flex-flow: row;
    gap:40px;
    justify-content: center;
    align-items: center;
}
.pptsingle ._df_thumb ._df_book-title
{
    position: unset;
    width: 100%;
    padding: 0;
    font-size: 45px;
    background: transparent;
    box-sizing: border-box;
    display: block;
    color: #C64B00;
    transition: .4s;
    -webkit-transition: .4s;
    opacity: 1;
    font-family: "Times New Roman", Sans-serif;
    font-weight: 700;
    line-height: 1.2em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: left;
    width:40%;
}
.pptsingle ._df_thumb[thumbtype="img"] img {
    max-width: 100%;
    width: 60%;
    max-height: unset;
    margin: 0;
    padding: 0;
    border: 0;
}
.post-type-archive-video .uc_post_list_image, .tax-video-category .uc_post_list_image{position:relative;}
.post-type-archive-video .uc_post_list_image:after, .tax-video-category .uc_post_list_image:after
{
    content:'';
    background-image:url(https://blog.elegantinfotech.com/wp-content/uploads/2025/08/videoicon.jpg);
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    border-radius: 0 0 0 5px;
    overflow: hidden;
    min-width: 26px !important;
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 !important;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.namestrtbox a
{
	display: block;
    text-decoration: none;
    color: #000;
    border-radius: 5px;
    padding: 2px;
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}
.namestrtbox a:hover
{
	border-color: #00af21;
    background-color: rgba(97, 205, 0, 0.07);
}


@media only screen and (max-width: 768px)
{
    .dflip-books
    {
        flex-direction:column;
    }
    .dflip-books ._df_thumb
    {
        width:100%;
    }
    .dflip-books ._df_thumb ._df_book-title
    {
        padding:12px;
        font-size:16px;
    }
    .pptsingle ._df_thumb ._df_book-title
    {
        font-size:20px;
    }
    .pptsingle ._df_book-cover
    {
        gap:20px;
    }
    .babynameimagebox .elementor-image-box-wrapper {
		align-items: center;
		text-align: left;
		display: flex;
		justify-content: center;
		gap: 12px;
	}
	.babynameimagebox.elementor-widget-image-box .elementor-image-box-content
	{
    width: calc(100% - 132px);
    }
    
}













