.addresss{
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top:150px;
}

.location-card{
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
 .cards{
        width: 48vw;
        height: 80vh;
        background-color: #fff;
        border-radius: 5px;
        padding: 10px;
        margin: 10px;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
 }
.map{
    width : 100%;
    height : 60%;
}
.conpadding{
    width : 95vw;
   
}
.sec_cntr{
    display: flex;
    align-items: center;
    justify-content: center;
}
.trtimg{
    width : 100%;
    height : 60%;
}

 .mapouter{
    /* set a background-image */
     /*background-image: url("../images/map_Sec4.png");*/
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
    background-position: center;
 }
 .mapouter1{
    /* set a background-image */
     background-image: url("../images/map_jiaganj.png");
     width: 100%;
     height: 100%;
     background-size: cover;
     background-repeat: no-repeat;
    background-position: center;
 }

 .name{
    background-color: black;
    color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    text-align: center;
    font-weight: 800;
 }



 @media screen and (max-width: 870px) {
.location-card{
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cards{
    width: 100%;
    height: 65vh;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    
 }


 .treatements{
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }

 .treatements-card{
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33%;
    border: 1px solid #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    border-radius: 5px;
    transition: transform 0.3s ease;
 }

 .treatements-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: #800080;
 }

 .treatements-card:hover .treatements-heading {
    background-color: #800080;
 }

.treatements-heading{
    font-size: 1.5rem;
    font-weight: 900;
    color: #f8f7f7;
    width: 100%;
    background-color: #000;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #000;
    border-radius: 5px;
}


.treatements-content{
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    
}

@media screen and (max-width: 870px){
    .treatements{
        font-size: 1.5rem;
        font-weight: 500;
        color: #000;
        margin: 0;
        padding: 0;
        text-align: center;
        margin-bottom: 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
     }

        .treatements-card{
            background-color: #ffffff;
            border-radius: 5px;
            padding: 10px;
            margin: 10px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 100%;
            border: 1px solid #000;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            border-radius: 5px;
            transition: transform 0.3s ease;
        }

        .treatements-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            border-color: #800080;
        }

        .treatements-card:hover .treatements-heading {
            background-color: #800080;
        }
    
     
    }

