.bg-prime{
    background:#3A85F4;
}
.bg-sky{
    background:#EBFAFF;
}
.bg-true{
    background:#08A680;
}
.bg-warm{
	background:#F8DF00;
}
.bg-navy{
	background:#12007D;
}
.bg-navy-dark{
	background:#000D20;
}
.bg-red-light{
	background:#FFF9F9;
}
.bg-transparent{
	background:transparent;
}


.text-prime{
    color:#3A85F4;
}
.text-true{
    color:#08A680;
}
.text-red{
    color:#E90F43;
}
.text-300{
	font-weight: 300 !important;
}
.text-400{
	font-weight: 400 !important;
}
.text-500{
	font-weight: 500 !important;
}
.text-600{
	font-weight: 600 !important;
}
.text-700{
	font-weight: 700 !important;
}
.text-800{
	font-weight: 800 !important;
}
.text-900{
	font-weight: 900 !important;
}
.text-1000{
	font-weight: 1000 !important;
}
.text-1100{
	font-weight: 1100 !important;
}

.btn-prime{
    background:#3A85F4;
    color:#ffffff;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 500;
}
.btn-prime-light{
    background:#EBFAFF;
    color:#3A85F4;
    padding: 15px 20px;
    border-radius: 50px;
    border:2px solid #3A85F4;
    font-weight: 500;
}
.appointment-button {
    color: #ffffff;
    font-weight: bold;
    background: #08A680;
    border-radius: 25px;
    border: none;
    padding: 10px 25px 10px 25px;
    transition: box-shadow 0.3s ease;
}
.appointment-button:hover {
    color: #08A680;
    font-weight: bold;
    background: #ffffff;
    box-shadow: 0 0 0 3px #08A680; /* Simulate the border growth with box-shadow */
}
.btn-yt{
    background:#E90F43;
    color:#ffffff;
    padding: 15px 20px;
    border-radius: 50px;
    font-weight: 500;
}




.hero-sub-heading{
    font-size:24px;
    font-weight:700;
}
.hero-sub-heading-2{
    font-size:24px;
    font-weight:600;
}

.hero-heading{
    font-size:52px;
    font-weight:900;
    line-height: 60px;
}
.hero-text{
    font-size:20px;
    font-weight:normal;
}
.hero-text-bold{
    font-size:20px;
    font-weight:600;
}

.text-med{
	font-size:32px;
	font-weight: 600;
	line-height: 45px;
}

@media  (min-width: 1024px) and (max-width: 1200px) {
   .hero-heading{
        font-size:42px;
        font-weight:900;
        line-height: 60px;
    }
    .text-med{
    	font-size:24px;
    	font-weight: 600;
    	line-height: 45px;
    }
    .yt-icon{
        display:none;
    }
}



.custom-card {
    width: 260px;
    height: 350px;
    position: relative;
    border-radius: 25px;
}
.custom-card .card-img {
    background-image: url('../img/kidney-doodle.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 25px;
}
.custom-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
}
.o0{
    background-color: rgba(196, 0, 24, 0.5); /* Adjust the opacity here */
}
.o1{
    background-color: rgba(196, 193, 0, 0.5); /* Adjust the opacity here */
}
.o2{
    background-color: rgba(0, 196, 72, 0.5); /* Adjust the opacity here */
}
.o3{
    background-color: rgba(33, 0, 196, 0.5); /* Adjust the opacity here */
}
.o4{
    background-color: rgba(122, 0, 196, 0.5); /* Adjust the opacity here */
}
.o5{
    background-color: rgba(196, 151, 0, 0.5); /* Adjust the opacity here */
}
.o6{
    background-color: rgba(0, 12, 196, 0.5); /* Adjust the opacity here */
}
.custom-card .card-body {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    padding: 20px;
    background-color: transparent;
}
.card-body img{
    position: relative;
    left: 30%;
}