
body{
    margin: 0;
    padding: 0;
    font-size: 87.5%;
    line-height: 1.5;
    color: #3b3b3b;
    font-family: Arial,Helvetica,sans-serif;
    /* font-family: Tahoma, Geneva, sans-serif; */
    background: #f6f6f6;
}
h1,h2,h3,h4,h5,h6,
h2 a{
    color: #993721 !important;
    text-decoration: none;
}
h2 a:hover{
    color: #0071b3 !important; 
    text-decoration: underline;
}
h1{
    font-size: 28px;
}
h2{
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
.main-wrapper{
    background: #ffffff;
    border: 1px solid #ededed;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.main-wrapper a{
    color: #0071b3;
}
.main-wrapper a:hover {
    color: #993721;
}
.container {
    margin: 0 auto;
    max-width: 980px;
}
.flex-property {
    display: flex;
    justify-content: space-between;
}
#maindiv {
    margin: auto;
    margin: 15px 0 35px 0;
    min-height: 350px;
    border-bottom: 1px solid #e9eff3;
}
#midcontent-area {
    width: 100%;
}
#sidebar-first-area{
    width: 20%;
}
#sidebar-second-area {
    width: 20%;
    padding: 15px 13px 43px 13px;
    background: #d4e3f6;
    border-radius: 15px;
    height: fit-content;
    position: relative;
}
#sidebar-first-area .block,
#sidebar-second-area .block{
    background-color: #f6f6f2;
    border: 0px;
    padding: 15px 10px !important;
}
body.sidebar-first #midcontent-area,
body.sidebar-second #midcontent-area{
    width: 78% !important;
}
body.Two-sidebars #midcontent-area{
    width: 58%;
}
body.sidebar-first .flex-property{
    justify-content: flex-start;
    gap: 10px;
}
body.sidebar-second .flex-property  {
    justify-content: flex-end;
    gap: 10px;
}
