﻿body {
}
hr {
    border-top:1px solid;
    color:black;
}
.panel_bg {

    background: rgba(0, 0, 0, 0.6);
}
 .therapy_div {
        padding:40px;
        margin:20px;
        color:#fbfbfb;
        box-shadow: 3px 3px 15px #000;
        width:45%;
        height:50%;           
        transition: all 0.5s ease-in-out;
        
    }
 .therapy_div2 {
        padding:40px;
        margin:40px;
        color:#fbfbfb;
        box-shadow: 3px 3px 15px #000;
        width:87%;
         height :50%;         
        transition: all 0.5s ease-in-out;
      display: table-cell;
    vertical-align: top;

    }
 .therapy_div1 {
        padding:40px;
        margin:40px;
        color:#fbfbfb;
        box-shadow: 3px 3px 15px #000;
        width:40%;
        height:50%;           
        transition: all 0.5s ease-in-out;
        
    }
 .therapy_div2:hover {
        background: #767676;
        
    }
  .therapy_div1:hover {
        background: #767676;
        
    }
    .therapy_div:hover {
        background: #A7A7A7;
        
    }
    .sticky5 {
        background: #679EAC;
    }
     .filling-layers {
        position: relative;
        padding: 10px 20px 10px 20px !important;
        margin-bottom:3px;
        background:#598CAF;
         text-decoration-color: black !important;
        width:100%
    }
     .open-layer {
        position: absolute;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        z-index: 5;
    }
     .layer-information {
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }

@media (max-width: 768px) {
    .therapy_div {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
        
    }
}