/*****CUSTOM CSS******/

.bt-option{display: none;}

.service-card2.style2:hover {
    background: #01baff;
}

.service-card2.style2 {
    background: #ffffff;
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.service-card2 {
    background: #1d2229;
    padding: 0px 30px 30px;
    border-radius: 30px;
    position: relative;
    margin-top: 40px;
    z-index: 1;
    height: 330px;
}

.service-card2 .box-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.service-card2.style2:hover .box-shape svg {
    color: #1d2229;
}

.service-card2.style2 .box-shape svg {
    color: #01baff;
}

.service-card2:hover .box-shape svg {
    color: #01baff;
}

.service-card2 .box-shape svg {
    color: #1d2229;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card2 .service-card-icon {
    width: 80px;
    height: 80px;
    line-height: 70px;
    background: #2d333d;
    border-radius: 50%;
    border: 5px solid #141414;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: -40px;
	display: flex;
	align-items: center;
    justify-content: center;
}

.service-card2.style2 .service-card-icon {
    border-color: #ffffff;
    background: #01baff;
}

.service-card2.style2:hover .service-card-icon {
    background: #1d2229;
}

.service-card2:hover .service-card-icon img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.service-card2 .service-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card2 .service-card-icon img{
	width: 65%;
    margin-top: -5px;
}

.service-card2 .service-card-icon img.ourMissionImg{width: 55%;}

.box-title{color: #01baff;}

.service-card2.style2:hover .box-title, 
.service-card2.style2:hover .box-title + p{color: #fff;}

.aboutus-section {
    padding-top: 50px;
}
.kardio_services .content {
    padding-top: 50px;
    z-index: 99;
    position: relative;
}

.kardio_services .content .title {
    margin-right: -240%;
    position: relative;
    z-index: 99;
}

.title.white {
    color: #fff !important;
}

.title {
    font-family: "BEAT TECH", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 1;
    -webkit-transition: .3s all;
    transition: .3s all;
    margin-bottom: 10px;
    position: relative;
    color: #01baff;
    z-index: 9;
    display: inline-block;
}

.title span {
    color: #01baff;
    vertical-align: middle;
}

.kardio_services .avrage-card {
    padding-right: 30px;
    position: relative;
}

.inner-page-gap {
    padding: 40px 0;
}

.kardio_services .avrage-card .progress-report {
    position: relative;
    z-index: 1;
}

.kardio_services .avrage-card .progress-report h4 {
    position: relative;
    color: #0330b4;
    font-family: "BEAT TECH", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.kardio_services .avrage-card .progress-report h4 .progress {
    margin-top: 20px;
    background-color: rgba(255, 255, 255, .3);
    height: 3px;
}

.progress {
    height: 1rem;
    font-size: 0.75rem;
    background: #e9ecef;
    border-radius: 0.375rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    overflow: hidden;
}

.kardio_services .avrage-card .progress-report h4 .progress .progress-bar {
    background-color: #fff;
}


.kardio_services .avrage-card .progress-report h4:hover{color: #fff;}

.service-card4 {
    background: #F8F8F8;
    border-radius: 30px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 570px;
}

.service-card4 .service-card-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.04;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

.service-card4 .service-card-icon {
    box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background: #ffffff;
    margin-bottom: 40px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card4 .service-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.service-card4:hover {
    background: #353536;
}

.service-card4:hover .service-card-bg-shape {
    opacity: 1;
}

.service-card4:hover .box-text {
    color: #AFB1C3;
}

.service-card4:hover .service-card-icon {
    background: #01baff;
}

.service-card4:hover .service-card-icon img {
    -webkit-filter: brightness(230);
    filter: brightness(230);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

.service-card4 .box-title {
    font-size: 30px;
    font-weight: 500;
}

.box-title a {
    color: inherit;
}

.ti_text {
    width: 60%;
    margin: auto;
}

.kardio_detailed_services {
    background: url(../img/add-bg.png);
    padding: 50px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.text-primary{
    color: #01baff !important;
}

.service_lists {
    color: #fff;
    list-style: none;
    word-spacing: 1px;
    line-height: 28px;
}

.service_lists a{margin-bottom: auto;}


.service_lists a {
	color: rgba(255, 255, 255, 0.8);
	font-family: "Muli", sans-serif;
	font-size: 13px;
	font-weight: 700;
	padding: 15px 25px;
	position: relative;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.add-text h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff;
}

.add-text h2 span {
    color: #01baff;
}

.add-text {
    padding-left: 115px;
}

.add-text ul {
    list-style: none;
    margin-bottom: 40px;
    padding-left: 20px;
}

.add-text ul li {
    margin-bottom: 10px;
    color: #fff;    
    font-size: 14px;
}

.add-text ul li img {
    margin-right: 12px;
    width: 15px;
}

a:has(.fa-youtube-play){display: none !important; margin-right: 0;}

.slicknav_nav li a.active {
    color: #01baff;
}