.facilities{
    padding: 30px 0;
    .section_header{
        text-align: center;
        h4{
          font-size: 30px;
          font-weight: 600;
          color: $primaryColor;
          font-family: $font-1;
        }
    }
.accordion-item{
    border: 1px solid #f3f3f3 !important;
    margin-bottom: 20px;
    .accordion-header{

          .accordion-button{
              display: flex;
              justify-content: center;
              background-color: #f3f3f3;
              h4{
                 display: inline-block;
                 font-size: 18px;
                 color: $primaryColor;
                 font-weight: 500;
                 font-family: $font-1;
              }
              &::after {
                 display: none;
            }
            &:focus {
                z-index: 3;
                border-color: transparent !important;
                outline: 0;
                box-shadow: 0 0 0 .25rem transparent !important;
            }
            &:not(.collapsed) {
                background-color: #f3f3f3 ;
                box-shadow: none !important
            }
          }
    }
.accordion-body{
    padding: 0px;
    background-color: #f3f3f3;
    .facilities_wrapper{
          padding-top: 40px;
        .facilities_wrap{
            background-color: rgb(210, 209, 209);
            height: 412px;
            border: 1px solid #acacac;
            margin-bottom: 30px;
            &:hover .ContentImge img{ 
                transform: scale(1.1);
                transition: all linear .5s;
               
            }
            .ContentImge{
                height: 230px;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
                img{
                 max-height: 100%;
                 width: 100%;
                }
            }
            .contentTextt{
                padding: 15px 10px;
                background-color: $white;
                 h4{
                    font-size: 22px;
                    font-weight: 600;
                    color: rgb(29, 29, 29);
                 }
                 p{
                    font-size: 14px;
                    color: $text;
                    font-weight: 400;
                    padding-top: 5px;
                 }
                 a{
                    font-size: 14px;
                    color: $primaryColor;
                    font-weight: 500;
                    font-family: $font-1;
                    &:hover{
                        padding-left: 20px;
                        transition: all linear .5s;
                        color: $black;
                    }
                    i{
                        font-size: 12px;
                    }
                 }

                }
                }
            
            }

        }
    }
}