﻿:root{
    --danger-color: #F20D0D;
}
@font-face {
    font-family: 'bauhaus_93regular';
    src: url('../WebFonts/BAUHS93.ttf');
    font-weight: normal;
    font-style: normal;
}
h1 {
    outline: none;
}
.whatsapp {
    bottom: 25px;
    right: 10px;
    background-color: #5DBEA3 !important;
    color: #fff;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    top: 73% !important;
    position: sticky !important;
    display: flex;
    justify-content: end;
    width: fit-content;
    margin-left: auto;
    z-index: 1000;
}


/*  specialties style */

.section-title {
    font-size: 48px;
    font-family: 'Red Rose';
    color: #0F346C;
    line-height: 44.96px;
}

/*
    // p style for text overflow
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: justify;
        text-overflow: ellipsis;
        white-space: pre-wrap;
*/

/* contact us style */

.rz-label {
    top: -30px;
    left: 0;
    font-family: Lato;
    font-weight: 500;
    font-size: 16px;
    position: relative;
}

    .rz-label::after,
    .rz-card h3::after {
        content: '*';
        position: absolute;
        top: 0;
        right: -8px;
        color: var(--danger-color);
    }

.rz-form-field-content {
    border-radius: 8px;
    overflow: hidden;
}

.rz-form-field {
    width: 100%;
}

.rz-card.rz-variant-filled {
    box-shadow: 0 0;
    padding: 0;
}

.rz-button.rz-primary.rz-shade-default {
    background-color: green;
    color: var(--rz-on-primary);
    border-radius: 64px;
    width: 130px;
    box-shadow: 0 0;
    letter-spacing: 0;
    height: 43px;
    font-family: Lato;
    font-size: 15px;
    font-weight: 500;
}

.rz-textarea {
    border-radius: 8px;
    height: 152px;
    resize: none;
}

.rz-card h3 {
    width: fit-content;
    position: relative;
}

.rz-card.rz-variant-filled {
    box-shadow: 0;
    padding: 0;
}

.input-field input {
    height: 100%;
    padding-left: 43px;
    width: 100%;
    border-radius:8px;
}

.rz-stack .input-field:nth-child(2) img {
    top: 12px;
    left: 10px;
}

.rz-stack .input-field:nth-child(3){
    border:0;
}

/*.rz-stack .input-field:nth-child(3) .rz-label::after, .rz-card h3::after{
    display:none;
}*/

.rz-multiselect, .rz-dropdown {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    top: -25px;
}

.rz-multiselect, .rz-dropdown span{
    padding-top: 3px;
    padding-left: 30px;
}

/* counter component styles */
.counter {
    width: 251.47px;
    height: 216.79px;
    border-radius: 17.34px;
    padding: 25px;
}


.counter-container {
    height: 287px;
}

.counter-container .counter:nth-child(1){
    right: 205px;
    background-color:rgba(15, 52, 108, 1);
    color:white;
    box-shadow: 0 2.17px 6.5px rgba(0, 67, 101, 0.08);
}

.counter-container .counter:nth-child(2){
    background-color:white;
    color:rgba(15, 52, 108, 1);
    box-shadow: 0 2px 6px rgba(0, 67, 101, 0.08) ;
    top: 149px;
    right: 51px;
}

.counter-container .counter:nth-child(3){
    right: -35px;
    top: -47px;
}
    .counter-container .counter:nth-child(1) > div img,
    .counter-container .counter:nth-child(2) > div img {
        width: 22px;
    }

.counter-text p:nth-child(1){
    font-size:18px;
}

.counter-text p:nth-child(2) {
    font-size: 15px;
}

.quality-care-container .modify-inq-btn,
.speciality-section .view-more-btn {
    background-color: transparent !important;
    border: 1px solid rgba(15, 52, 108, 1) !important;
    color: rgba(15, 52, 108, 1) !important;
}

    .quality-care-container .modify-inq-btn:hover,
    .speciality-section .view-more-btn {
        background-color: rgba(93, 190, 163, 1) !important;
        color: white !important;
        border: 1px solid rgba(93, 190, 163, 1) !important;
    }

.event-container .event-btn {
    font-family: Lato !important;
}

/* owl carousel style */

.carousel-inner {
    position: relative !important;
    width: 75% !important;
    overflow: hidden !important;
    border-radius: 15px;
    padding: 19px 0 0 0;
    border: 1px solid #B5C0D1;
    border-top: 14px solid #5DBEA3;
    margin: 0 auto;
}

.carousel-item {
    font-size: 20px;
    position: relative;
    display: none;
    width: 84%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    width: 100%;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    background-color: #5DBEA3;
    border-radius: 50%;
}


.no-events-page {
    height: 100dvh;
}



@media(max-width:992px) {
    .counter {
        width: 200.47px;
        height: 189.79px;
        padding: 18px 20px 20px 20px;
    }

    .counter-container .counter:nth-child(3) {
        padding: 0;
        width: fit-content;
        height: fit-content;
        right: 30px;
        top: -2px;
    }
}

@media(max-width:475px) {
    .hero-text p:nth-child(1) {
        font-size: 37px;
    }

    .counter-container .counter:nth-child(1) {
        left: 0;
    }
    .counter-container .counter:nth-child(2) {
        top: 181px;
        right: 84px;
    }
    .counter-container .counter:nth-child(3) {
        top: -72px;
        left: 142px;
    }
}