
.Quote-button {
    background-color: #000000;
    font-size:medium;
    
}
.iti__selected-flag {
    padding: 0 0 0 4px !important; 
}
.Quote-button:hover {
    background-color: #363636;
}
.banner-div{
    background-color:#2F7B62 ;
    width: 98vw;
}
#formbutton {
    display: block !important;
}
.header-tele{
    width: 98vw;
    margin-left: auto;
    margin-right: auto;
    border: solid #E4E4E4 1px;
}
.banner-innerdiv{
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}
.banner-text{
    margin-top: 5vh;
    font-size: 3.5rem;
    /* position: relative;
    z-index: 2;  */
    
}
.banner-subtext{
    font-size: 1.5rem;
    color: #C8C8C8;
    /* position: relative;
    z-index: 2;  */
}
.query-form-banner{
    margin-top: 5vh;
    
}
.cont_form form {
    background: #FFFFFF;
    border-radius: 16.1677px;
    max-width: 440px;
    margin-left: auto;
    box-shadow: 0px 0px 1px 1px #383838;
}
.cont_form form h4 {
    color: #2F7B62;
    font-size: 25px;
    background: rgba(34, 49, 82, 0.04);
    padding: 18px 44px;
    font-weight: bold;
    line-height: 1.3;
}
.cont_form form .form-field {
    margin-bottom: 10px;
    position: relative;
}
.cont_form form .form-field input, .cont_form form .form-field textarea {
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
    padding: 14px 10px 14px 45px;
}
.cont_form form .form-field span {
    position: absolute;
    top: 14px;
    left: 0;
}
.main_form {
    padding: 12px 35px;
}
.cont_form form .form-field input:focus, .cont_form form .form-field textarea:focus {
    outline: 0;
}
.cont_form form .form-field input::placeholder, .cont_form form .form-field textarea::placeholder {
    color:#C0C0C0;
}
.cont_form1 form {
    background: #FFFFFF;
}
.cont_form1 form h4 {
    color: #2F7B62;
    font-size: 25px;
    background: rgba(34, 49, 82, 0.04);
    padding: 18px 44px;
    font-weight: bold;
    line-height: 1.3;
}
.cont_form1 form .form-field {
    margin-bottom: 10px;
    position: relative;
}
.cont_form1 form .form-field input, .cont_form1 form .form-field textarea {
    border: 0;
    border-bottom: 1px solid #DCDCDC;
    width: 100%;
    padding: 14px 10px 14px 45px;
}
.cont_form1 form .form-field span {
    position: absolute;
    top: 14px;
    left: 0;
}
.main_form {
    padding: 12px 35px;
}
.cont_form1 form .form-field input:focus, .cont_form1 form .form-field textarea:focus {
    outline: 0;
}
.cont_form1 form .form-field input::placeholder, .cont_form1 form .form-field textarea::placeholder {
    color:#C0C0C0;
}


.btnform-1{
    background-color: #2F7B62;
}
.btnform-1:hover{
    background-color: #2F7B62;
}
.btnform-1:disabled{
    background-color: #2F7B62;
}
.deskslide1{
    min-height: 170px;
}
.stroke-image-div{
background-size: cover;
background-position: center center;
height: 60vh;
width: 30vw;
}
.stroke-heading{
    font-size: 3rem;
}
.clinic-image-div{
background-size: cover;
background-position: center center;
height: 60vh;
width: 18vw;
background-color: #212529;
}
.headingUnderline{
    text-decoration: underline;
    text-decoration-color: red;
}


.multidocDiv {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.team-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 1000px;
    padding: 20px;
}

.team-member, .empty-div {
    background-color: white;
    /* padding: 10px;
    border-radius: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 1/1; 
}

.empty-div {
    background-color: transparent; 
}
.team-member img {
    width: 100%;
    height: auto;
}
.servicecard {
    background-size: cover;
    height: 20rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem; 
}
.servicecard::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.servicecardtext {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 1.2rem; /* Responsive font */
    max-width: 90%;
    word-break: break-word;
    white-space: normal;
    margin-top: 10rem;
}
.hover-text {
    position: relative;
    z-index: 2;
    color: white;
    font-size: 1rem; /* Responsive font */
    margin-top: 1rem;
    max-width: 90%;
    word-break: break-word;
    white-space: normal;
}
.hover-text-div {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 1rem;
}
.journey-div{
    position: relative;
    background: none;
    color: white;
    z-index: 1;
}
 .journey-div::before {
    content: "";
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    height: 50%;
    background: linear-gradient(45deg, rgb(194, 247, 242), rgb(202, 253, 202),rgb(202, 253, 202));
    filter: blur(25px);
    z-index: -1;
    border-radius: inherit;
}
#home-form .form-field ul{
    list-style: none;
    color: red !important;
    padding: 0 !important;
}
#home-form-2 .query-form ul{
    list-style: none;
    color: red !important;
    padding: 0 !important;
}
#home-popup-form .main_form ul{
    list-style: none;
    color: red !important;
    padding: 0 !important;
}
.thank-content{
    font-size: 6rem;
}
.card-text-footer{
    font-size: small;

}
.doc-text{
    font-size: large;
}
.doc-images{
    width: 10vw;
}
a.whatsappchat {
    position: fixed;
    bottom: 140px;
    right: -10px;
    padding: 0;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    z-index: 1;
}
a.whatsappchat img {
    width:90px;
}

@media (max-width:480px) {
    .stroke-image-div{
        width: 80vw;
        height: 30vh;
        margin-right: auto;
    }
    .clinic-image-div{
        width: 80vw;
    }
    .banner-text{
        margin-top: 5vh;
        font-size: 2rem;

    }
    .banner-subtext{
        font-size: 1.1rem;
        color: #C8C8C8;
    }
    .Quote-button{
        background-color: #000000;
        position: relative;
        z-index: 2; 
        font-size:medium;
    }
    .stroke-heading{
        font-size: 2rem;
    }
    .banner-innerdiv{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-div{
        margin-bottom: 9vh;
    }
    .thank-content{
        font-size: 4rem;
    }
    .doc-text{
        font-size: small;
    }
    .doc-images{
        width: 25vw;
    }
}

