 
body { font-family: 'Noto Sans Display', sans-serif;}
h1 {color: #fbfbfb;font-size: 45px; margin-bottom: 2; }
 

.header-row {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    align-items: flex-start;
}

header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner-right {
    background: linear-gradient(50deg, #f5f8ff, #d3e3ff);
    padding: 120px 0 100px 0;
    border-radius: 0 0 100px 100px;
	position:relative;
}
 .navbrand img {max-width: 160px;}

.app-title p {
    color: #0e0e0e;
    font-size: 20px;
    font-weight: 200;
}

.app-link img {
    max-width: 150px;
}

.app-link {
    padding: 15px 0 0;
}

.app-link a {
    padding-right: 15px;
}

.banner-caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app-title {
    flex: 0 0 50%;
    max-width: 50%;
}

.right-img {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 50px;
}

img {
    max-width: 100%;
}

.app-title h1 {
    margin-bottom: 20px;
    color: #333;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 54px;
}

header:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 240px;
    background: linear-gradient(50deg, #ffffff, #e4eeff);
    top: 0;
    z-index: 1;
    transform: rotate(-25deg) translate(-40px, -129px);
}

.navbrand {
    position: relative;
    z-index: 2;
}

 .btn {
    background: #d40100;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 6px 30px;
    min-width: 100px;
    margin-left: 10px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

.app-title h1 span {
    font-weight: bold;
    color: #d40100;
}
.btn:hover {
    background-color: #36afa9;
    color: #fff;
}


footer {
    background: #333333;
    color: #fff;
    padding: 50px 0;
}
.copyright p {
    color: #ffffff66;
}
.footer-link li a:hover ,.footer-right-top a:hover{
    color: #36afa9!important;
}

.footer-heading {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 0 15px 0!important;
    display: block;
}

.footer-heading:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    max-width: 180px;
    width: 100%;
    height: 1px;
    background: #707070;
}

.footer-right-top a {
    color: #fff;
    font-size: 14px;
    margin-right: 4px;
}

.footer-link {
    margin: 0;
    padding: 0;
}

.footer-link li a {
    color: #fff;
    /* list-style: none; */
    padding: 7px 0;
    display: block;
}

.footer-link li {
    list-style: none;
    position: relative;
}

.footer-link li span {
    position: absolute;
    left: 0;
}

.footer-link li small {
    display: inline-block;
    margin-left: 29px;
}

.footer-link li small a {
    display: block;
}

.social-icon-footer li a:hover i {
    color: #36afa9;    
    text-decoration: none;
}

.social-icon-footer li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
}

footer .footer_content p {
    font-size: 14px;
}

.copyright {
    background: #202020;
}

.social-icon-footer {
    position: relative;
    text-align: left;
    margin: 15px 0 0 0!important;
}

.social-icon-footer:before {
    content: "";
    position: absolute;
    left: 0;
    background: #707070;
    width: 100%;
    top: 50%;
    height: 1px;
    display: none;
}

.social-icon-footer li a {
    color: #fff;
    text-decoration: none;
}

.social-icon-footer li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 18px;
    z-index: 9;
    position: relative;
}

.footer-link li a:hover,
.footer-right-top a:hover {
    color: #36afa9!important;
    text-decoration: none;
}

.section-title h2 {
    font-size: 38px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    color: #858585;
    font-weight: 300;
    line-height: 1.5;
}

.totel-rating i {
    font-size: 36px;
    color: #ffffff;
    margin-right: 10px;
}

.totel-rating p {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}

.totel-rating h6 {
    font-size: 13px;
    color: #efefef;
    text-align: center;
}

.achive {
    display: flex;
}

.totel-rating {
    padding: 10px 20px;
}

.totel-rating:first-child {
    border-right: 1px solid #77c7c3;
}

.review-grid {
    background: #fff;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#review-rating {
}

#review-rating .owl-item {
    padding: 20px 0px;
}

section {
    padding: 32px 0;
}
#review-rating .owl-stage-outer {
    padding: 0 12px;
}
.review-section {
    position: relative;
    margin: 50px 0 20px 0;
    padding: 50px 0;
}

.review-section:before {
    content: "";
    position: absolute;
    left: 0;
    background: #d40100;
    top: 0;
    bottom: 0;
    width: 57%;
}

.review-section .section-title h2 {
    color: #fff;
}

.review-section .section-title p {
    color: #efefef;
}

.start-rating i {
    color: #d40100;
}

.review-grid strong {
    text-transform: capitalize;
    color: #333;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0;
    display: block;
    padding: 10px 0;
}
.graf-outer {
}

.graf-outer > img {
    background: #f9f9f9;
    width: 100%;
}


.app-article .row {
    align-items: center;
}
.blood-pressure {
    padding: 72px 0;
    background: #f5f5f5;
}
 

.monitoring-wrapper {
    padding: 72px 0;
}

.data-insight {
    background: #d40100;
    padding: 70px 0;
    text-align: center;
}

.data-insight h2 {
    color: #fff;
}
 

.data-insight p {
    color: #efefef;
}

.work-out-smart {
    padding: 72px 0 200px 0;
}

.summed-up {
    padding: 24px 0;
    position:relative;
    background-image: url('../images/doctore-bg.jpg');
    background-size: cover;
}

.summed-up:after{position:absolute;content:"";background: rgb(51 51 51 / 85%);top: 0;bottom: 0;left: 0;right: 0;}

.summed-up h2 {
    color: #fff;
}

.summed-up p {
    color: #fff;
}

.latest-article {
    padding: 50px 0 24px 0;
}

 

.article-cold {background: #fff;border: 1px solid #ddd;border-radius: 6px;padding: 5px;box-shadow: 0 0 10px rgb(0 0 0 / 10%);margin-bottom: 24px;}

.article-cold h4 a {
    color: #333;
    font-size: 18px;
}

.article-cold h4 {
    line-height: 1;
}

.article-cold figcaption {
    padding: 0 10px;
}


#brand-logos {
    background: #303030;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
	margin-top:-64px;
}

#brand-logos .owl-stage,#data-insight .owl-stage{
    display: flex;
    align-items: center;
}

#brand-logos figure img,#data-insight figure img{
    max-width: 120px;
}

#brand-logos figure,#data-insight figure{margin:0;}

#data-insight {
    margin-top: 34px;
}

.data-insight .owl-dots {
    display: none;
}
.footer-social {
    margin: 20px 0 0 0;
}
a:hover{text-decoration:none;}

.graf-outer.bg-none {
    background: transparent;
    border: none;
}

.graf-outer.bg-none img {
    background: transparent;
}





.circle-1 {
    position: absolute;
    width: 36px;
    height: 36px;
    background: #bcd5ff91;
    border-radius: 50px;
    top: 10%;
    left: 30%;
    animation: ballone 9s linear infinite;
}

.circle-2 {
    position: absolute;
    width: 46px;
    height: 46px;
    background: #ffb3b340;
    border-radius: 50px;
    top: 4%;
    left: 40%;
    animation: balltwo 9s linear infinite;
}

.circle-3 {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #70fff824;
    border-radius: 50px;
    top: 22%;
    left: 50%;
    animation: ballthree 9s linear infinite;
}

.circle-4 {
    position: absolute;
    width: 54px;
    height: 54px;
    background: #d4010029;
    border-radius: 50px;
    top: 30%;
    right: 10%;
    animation: ballfour 9s linear infinite;
}

.circle-5 {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #eef4ff;
    border-radius: 50px;
    top: 52%;
    left: 17%;
    animation: ballfive 9s linear infinite;
}

 

.circle-6 {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #76fff869;
    border-radius: 50px;
    top: 36%;
    left: 37%;
    animation: ballsix 9s linear infinite;
}

@keyframes ballone {
  0% { top: 10%; left: 80%; }
  50% { top: 25%; left: 70%; }  
  100% { top: 45%; left: 60%; }
}


@keyframes balltwo {
  0% { top: 20%; left: 50%; }
  50% { top: 30%; left: 40%; }  
  100% { top: 40%; left: 30%; }
}


@keyframes ballthree {
  0% { top: 60%; left: 60%; }
  50% { top: 70%; left: 50%; }  
  100% { top: 80%; left: 30%; }
}

@keyframes ballfour {
  0% { top: 20%; left: 20%; }
  50% { top: 35%; left: 40%; }  
  100% { top: 50%; left: 60%; }
}

@keyframes ballfive {
  0% { top: 70%; left: 50%; }
  50% { top: 80%; left: 60%; }  
  100% { top: 90%; left: 70%; }
}

@keyframes ballsix {
  0% { top: 36%; left: 37%; }
  50% { top: 23%; left: 32%; }  
  100% { top: 10%; left: 40%; }
}



.header-right ul {
    display: flex;
    align-items: center;
}

.header-right ul a {
    color: #333;
    font-size: 15px;
    padding: 5px 15px;
    font-weight: 600;
}

.header-right {padding-top: 20px;}
 

.header-right li {
    list-style: none;
}

#screenshot {
   position:relative;
   max-width: 375px;
   padding: 22px 25px 22px 22px;
   background-repeat: no-repeat;
   background-size: 100%;
   margin-top:-200px;
}

#screenshot:before {
	content:"";
	background: url('../images/mobile-top.png');
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center top 25px;
}


#screenshot:after {
	content:"";
	background: url('../images/mobileslider.png');
	z-index: 99;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 100%;
}

#screenshot .owl-stage-outer {
    background: #fff;
    border-radius: 24px;
    height: 690px;
}

#screenshot figure {
    overflow: hidden;
    background: #fff;
}.summed-up .container {
    position: relative;
    z-index: 2;
}

html {
    scroll-behavior: smooth;
}


/* contact-sec */
.contact-sec{
    background-image: url('../images/contact-bg.jpg');
    background-size: 100%;
    position: relative;
}

.contact-sec form {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 32px;
    text-align: left;
    border-radius: 12px;
    position: relative;
}

.contact-sec {
    padding: 50px 0px 80px 0px;
}


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

.contact-sec h2 {
    color: #fff;
}

.contact-sec p {
    color: #ddd;
}
 

.contact-sec .section-title {
    margin-bottom: 32px;
}

.contact-sec form .form-control:not(textarea) {
    font-size: 14px;
    padding: 11px;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    height: 40px;
}

.contact-sec:after {
    content: "";
    position: absolute;
    background: rgb(212 1 0 / 82%);
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
}

.contact-sec .container {
    position: relative;
    z-index: 2;
}#screenshotsmain .owl-item img {
    max-width: 330px;
}
@media only screen and (max-width: 767.98px){
   .review-section:before {
       width: 100%;
   }
   .header-row .header-right {
        position: absolute;
        right: 10px;
        top: 30px;
        z-index: 1000;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 150px;
   }
   .header-row .header-right ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
        border-radius: 5px;
        padding-left:0px;
        gap: 10px;
        padding: 10px 2px;
   }
   #brand-logos .owl-stage,#data-insight .owl-stage{
        gap: 15px;
    }
    .navbrand img{
        width: 100px;
    }
    header:after {
        height: 220px;   
    }
    .app-title {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .app-title h1 {
        font-size: 35px;
    }
    .banner-caption .right-img {
        display: none;
    }
    .app-link a {
        padding-right: 0px;
    }
    .app-link img {
        max-width: 49%;
    }
    .btn-menu-header {
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #838383;
        border-radius: 5px;
    }
    .btn-menu-header i {
        color:#838383;
        
    }
    .btn-menu-header:hover {
        border: 1px solid #000;
    }
    .btn-menu-header:hover i{
        color: #000;
    }
    .page-front {
        padding-top: 125px !important;
    }
}
@media only screen and (min-width: 768px){
   .btn-menu-header {
       display: none;
   } 
   .header-right {
       display:block !important;
   }
    .page-front {
        padding-top: 200px !important;
    }
}


