/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15 Dec, 2022, 12:12:36 PM
    Author     : developer
*/
.heading{
    background-color: #4C6C3C;
    color:white;
    padding:30px;
}

.description{
    text-align: justify;
    padding:15px;
    
    line-height: 32px;
    padding-top: 0px;
    margin-top:0px;
    padding-bottom: 0px;
}
.imageBox{
    float: left;
    width: 300px;
    margin: 10px;
    margin-bottom: 5px;
    margin-right: 20px;
    padding: 15px;
    border: 1px solid darkgray;
    text-align: center;
}

.homeopathyLabel{
    border-left-style: solid;
    border-left-color: darkgray;
    border-left-width: 2px;
    padding-left: 10px;
}
.title{
    padding-top: 10px;
    padding-bottom: 10px;
}
.homeopathyMainContainer{
    display: block;
}
.homeopathyMenuContainer{
    width:20%;
}
.homeopathyDataContainer{
    width:80%;
}
@media only screen and (max-width: 768px) {
    .homeopathyMenuContainer{
        width:100%;
    }
    .homeopathyDataContainer{
        width:100%;
    }
}