/*
Theme Name:   Twenty Twenty-One Child
Theme URI:    https://wordpress.org/themes/twentytwentyone/
Description:  Twenty Twenty-One child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     twentytwentyone
Version:      1.0.0
Text Domain:  twentytwentyonechild
*/


@import url("../twentytwentyone/style.css");


:root {
    --them-color1: #2D3E89;
    --white-color: #fff;
    --pane-padding: 5px 42px;
    --transition: all 0.35s;
    --them-color2: #111735;
    --primary-font: 'Noto Sans', sans-serif;
}

body {
    line-height: 1.5;
    font-family: var(--primary-font);
    overflow-x: hidden;
}
.custom-scroll {
	overflow: auto;
}
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 0;
}
.custom-scroll::-webkit-scrollbar {
  background-color: #cdd3ff;
  width: 3px;
  height: 3px;
  border-radius: 0;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #26283a;
  border-radius: 0;
}
.primary-color {
    color: #3F51B5;
}
.overflow-hidden {
	overflow: hidden;
}
.sec-head {
	position: relative;
}
.sec-head::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 49px;
	background-color: #2D3E89;
}
/* Custom CSS Start  */
.hover-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	min-height: 100%;
}
.care-about-benefits:hover .hover-text {
  visibility: visible;
	opacity: 1;
}

/* what can do section */

.screen-scroll-hover img {
    transition: 3s all;
}
.screen-scroll-hover:hover img {
    transform: translateY(-10%);
}
/* form 7  */
.contact-form-wrapper p {
	margin: 0;
}
.wpcf7-form {
	font-family: var(--primary-font);
}
.wpcf7-form p {
	margin: 0;
}
.wpcf7-form .wpcf7-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.wpcf7-form .wpcf7-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}
.wpcf7-form .wpcf7-form-control.wpcf7-textarea {
	height: 80px;
}
.wpcf7-form .wpcf7-form-control-wrap {
	margin-top: 3rem;
	display: block;
}
.wpcf7-form .wpcf7-submit {
	margin-top: 25px;
	font-family: var(--primary-font);
}
.wpcf7-form input[type=submit]:not(:hover):not(:active):not(.has-background) {
	background-color: #2D3E89;
  border: 1px solid #2D3E89;
	width: auto;
	box-shadow: unset;
}
.wpcf7-form input[type=submit]:focus,
.wpcf7-form input[type=submit]:hover {
	background-color: #2D3E89;
  border: 1px solid #2D3E89;
	width: auto;
	color: #ffffff;
	box-shadow: unset;
}
.btnform-outer p {
	display: flex;
	align-items: center;
}
/* faq-question */
.faq-question .elementor-accordion-item {
	margin-top: 2rem;
	border-radius: 8px
}
.faq-question .elementor-accordion-item+.elementor-accordion-item {
    border-top: 1px solid;
}
.faq-question .elementor-tab-title {
	 display: flex;
   flex-direction: row-reverse;
}
.faq-question .elementor-tab-title.elementor-active {
	background-color: #e9f1fa;
}
.faq-question .elementor-accordion-icon {
	 margin-left: auto;
   text-align: right;
}

.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width{
  max-width: 100%;
}

.entry-header{
	display:none;
}

.left-li {
    padding: 10px 0px;
}

a:focus,a:active{
	background:transparent;
	outline:none;
}
.home-banner-slider .swiper-pagination {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    height: 100%;
    justify-content: center;
    margin-left: auto;
    max-width: max-content;
}

.home-banner-slider .swiper-pagination .swiper-pagination-bullet{
    all: unset;
    border: 4px solid transparent;
    background-color: #D3D3D3;
    border-radius: 50%;
    width: 5px !important;
    height: 5px !important;
    opacity: 1;
		border-radius:50% !important;
		cursor:pointer;
		margin:0 auto;
}
.home-banner-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    all: unset;
    border: 4px solid #DDE1FA;
    background-color: #2F3E9D;
    width: 16px !important;
    height: 16px !important;
}
a:focus{
	background-color:transparent !important;
	outline:none;
}
	.home-banner-slider .swiper-pagination{
    right: -40px !important;
		
	}
.entry-content{
	margin-top:0 !important;
}
	::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar {
    height: 9px;
}
::-webkit-scrollbar-thumb {
    background: #26283a;
}
::-webkit-scrollbar-track {
    background: #cdd3ff;
}

@media (max-width: 1024px) {
.main-nav nav.menu-is-active {
    transform: translateX(0px);
    left: 0 !important;
    width: 100% !important;
    position: fixed !important;
}
.main-nav nav {
    position: fixed;
    left: 100% !important;
    transform: translateX(100%);
    transition: 0.32s all;
    top: 110px !important;
    right: unset;
		top: 58px !important;
}
}
 
@media (max-width: 991px) {
    .safety-td img {
        width: 30px;
   }
    .safety-table tr {
        padding: 5px 0;
   }
}
@media (max-width: 767px) {
    .how-to-use img {
        width: 84px;
        margin-left: auto;
        display: block;
   }
    .left-li {
        padding: 4px 0;
   }
    .measure-blood-pressure {
        width: 60px !important;
   }
    .measurement-values {
        width: 100% !important;
   }
    .symbol-img {
        vertical-align: text-bottom !important;
   }
    .error-img {
        width: 100px;
   }
    .care-maintenance .col-12 {
        border-right: 0 !important;
   }
	.blood-gluco-test .col-12 {
		 border: 1px solid !important;
		margin-bottom: -1px;
	}
	.replace-battery .col-md-6{
    border: 0 !important;
		
	}
	
}

.elementor-accordion .elementor-tab-title .elementor-accordion-title{
	color:#000 !important ; 
}

.tech-animate-image-wrapper{
	position:relative;
}

.tech-animate-image-wrapper .tech-animate-image{
		display: block;
    position: absolute;
    margin: 0 auto;
    height: 100vh;
    width: 100%;
    right: 0;
    left: auto;
}
.ehf-header #masthead {
    z-index: 99;
    position: sticky;
    top: 0;
	background-image: url(https://test.yrpal.com/wp-content/uploads/2024/10/header-background.png);
    background-position: top center;
    background-repeat: no-repeat;
	background-color:#fff;
	background-size:cover;
}
.entry-content {
    margin-top: -1px !important;
}



.inner_content_card {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 25px;
    box-shadow: 0px 0px 40px 0px #0000001a;
    margin-top: 0%;
    position: relative;
    overflow: hidden;
}
.sidebar {
    border: 1px solid #eeeeee;
    border-radius: 25px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 30%;
    flex-direction: column;
}
.nav-pills .nav-link {
    display: block;
    width: 100%;
    text-align: left;
    padding: 1rem;
}
.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: .25rem;
}

.nav-link {
    position: relative;
    color: #676E7E;
    font-size: 16px;
    font-weight: 500;
    background-color:transparent !important;
	color: #676E7E !important;
    font-family:'Noto Sans', sans-serif;
}
.sidebar .nav-link.active {
    display: block;
}
.nav-pills .nav-link.active {
    background-color: transparent;
    color: #3F51B5;
}
.nav-link.active::before {
    position: absolute;
    content: "";
    right: 10px;
    top: 18%;
    font-size: 40px;
    background-image: url(images/arrow.svg);
    background-position: center center;
    background-size: cover;
    height: 32px;
    width: 32px;
    display: block;
}
.tab-content {
    width: 68%;
}

.privacy-content {
    padding-top: 1rem;
}
.privacy-content .title {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 1rem;
}
.privacy-content h4, .title h3 {
    color: #384156;
   font-family:'Noto Sans', sans-serif;
    font-weight: 600;
}
.privacy-content .title p {
    color: #3F51B5;
    font-size: 15px;
    margin: 0;
}
.title-2 p {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 1rem;
}

.privacy-content p {
    font-size: 15px;
    color: #676E7E;
}

.scrollable-section{
	position:relative;
  	z-index:3;  
}
@media only screen and (max-width: 992px) {
    .sidebar {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap !important;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: scroll;
    }
  .tab-content {
        width: 100%;
    }
      .privacy {
        flex-direction: column;
    }
  .nav-link.active::before{
  	content:none;
  }
}
@media only screen and (max-width: 768px) {
    .privacy-content .title {
        display: flex;
        flex-direction: column;
        align-items: self-start;
    }
}
@media only screen and (max-width: 575px) {
  .inner_content_card{
  	padding:32px 16px;
  }
}
/* Custom CSS End  */	
