
.img_services{
  border: 4px solid #75c049;
  border-radius: 15px;
  
}

.services_title{     
  padding: 15px; 
  font-weight: bold; 
  color: #ffc107;
}


@media only screen and (max-width: 767px){
  
  .btn_srv
  {
    border: 1px solid #ffc107;;
    background-color: #fff;
    color: black;
    width: 80%;
    margin: 5px 0;
  
  }
  
  .panel-title
  {
    margin: 0 auto;
  }
  
  #services_page
  {
    margin: 25% auto 33% auto;
    /* height: 100%;   */
  }
  
  .panel-services
  {
    margin: 0 auto;
    text-align: center;
  }
  
  .panel-body img
  {
    width: 80%;
    margin: 0 auto;   
  }
  
  .panel
  {
   
    margin: 0 auto;
  }
  
  .menu_srv
  {
    font-size: 5vw;
    border: 0;
    color: #75c049;
    background-color:  transparent;
  }
  
  .menu_srv .active-acc
  {
   background-color:  #ffc107;;
  }
  
  .panel-collapse .active-acc
  {
    background-color: #ffc107;
    color: white;
  }
  
  h1
  {
    font-family: 'brandon-grotesque', sans-serif;
    color: #75c049;
    margin: 30% 0 10% 0;
  }
  
  .panel-title button:after {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;    
  
  }
  .panel-title button[aria-expanded="true"]:after {
    content: "\f0d8";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;  
    color:#ffc107;   
  }
  
  
  .panel button:after
  {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;    
    color: #ffc107;
  
  }
  
  .panel button[aria-expanded="true"]:after {
    content: "\f0d8";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;  
    color:#fff;   
    transition:  0.3 ease-out;
  }
  
  .panel-body p
  {  
    margin: 5% auto;    
  }
  
  .panel-body ul li .a
  {
    text-indent: 50px;
  }
  
  
  li .sub_serv_cont
  {
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
  }  
  
  .sub_serv_cont_header
  {
    width: 100%;
    margin: 0 auto;
    
  }
  
  .sub_serv_cont
  {
    margin: 10px 0;
    font-weight: 500;
  }
  
  .sub_serv_p
  {
    font-weight: 400;
  }
  
    #servicespage_d
    {
      display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .btn-services{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    box-shadow: none !important;
    height: 100%;
    width: 100%;
  }
    
  #sticky-footer 
  {
    flex-shrink: none;
  }

  #servicespage_d
  {
    /* height: 100%;    */
    margin: 10% auto;
  }
  /* Other Classes for Page Styling */
  
  .sidenav {
    width: 80%;   
    z-index: 1;
    text-align: left;
    background: white;
    overflow-x: hidden;
    padding: 8px 0;
    margin: 30% 10%;
  }
  
  .lblname{
    display: table-cell;
      padding: 0 5px;
      vertical-align: right;
  }
  
  .list-group-item:hover
  {
    background:#BDECB6;
  }
  
  .sidebar-heading
  {
   text-align: center;
   padding: 8px 0;
  }
  
  .column-left 
  {
  float: left;
  width:25%;
  }
  
  .column-right
  {
  float: left;
  width:70%;
  }
  
  ul 
  {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .filtr-item
    {
    flex: 0 0 20% !important; 
    max-width: 100%;
    }
  
  .filtr-container
  {
    transition: height 1s ease-out;
  }
  
  .sidenav a
  {
    font-weight: 450;
  }
  
  .sidenav a:active
  {
    color: green;
  }
  
  .list-group-item
  {
    text-align: center;
    cursor: pointer;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  button:focus
  {
     
      color: white;
  }
  
  .active-acc
  {
    background-color: #ffc107;
    color: white;
    opacity: 0.7;
  }
  
  .card-header:focus
  {
    background-color: #ffc107;
    color: white;
  }
  
  .card:focus
  {
    background-color: #ffc107;
    color: white;
  }
  
  .btn
  {
      width: 100%;
      color: black;
      text-align: left;
      font-size: 20px;
      margin: 0 auto;
      background-color: transparent;
      height: 10%;
  }
  
  .btn span
  {
      color: #ffc107; 
  }
  
  .btn:focus span
  {
      color: white; 
  }
  
  .sub_serv_cont
  {
    padding: 10px; 
    text-align: justify; 
    font-weight: 500;
  
  }
  
  .card-header
  {
    text-align: left;
    background-color: white;
    padding: 0;
  }
  
  ul.a {
    list-style-type: circle;
  }
  
  .btn_srv
  {
    border: 1px solid #ffc107;   
    color: black;
    width: 80%;
    margin: 5px 0;
  
  }
  
  .panel-title
  {
    margin: 0 auto;
  }
  
  #services_page
  {
    margin: 25% auto;      
  }
  
  .panel-services
  {
    margin: 0 auto;
    text-align: center;
  }
  
  .panel
  {
   
    margin: 0 auto;
  }
  
  .menu_srv
  {
    font-size: 5vw;
    border: 0;
    color: #75c049;
    background-color:  transparent;
  }
  
  .menu_srv .active-acc
  {
   background-color:  #ffc107;;
  }
  
  .panel-collapse .active-acc
  {
    background-color: #ffc107;
    color: white;
  }
  
  h1
  {
    font-family: 'brandon-grotesque', sans-serif;
    color: #75c049;
    margin: 30% 0 10% 0;
  }
  
  .panel-title button:after {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;    
  
  }
  .panel-title button[aria-expanded="true"]:after {
    content: "\f0d8";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;  
    color:#ffc107;   
  }
  
  
  .panel button:after
  {
    content: "\f0d7";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;    
    color: #ffc107;
  
  }
  
  .panel button[aria-expanded="true"]:after {
    content: "\f0d8";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    float: right;  
    color:#fff;   
    transition:  0.3 ease-out;
  }
  
  .panel-body p
  {   
    margin: 2% 20px;    
  }
  
  .sub_header
  {
    padding: 10px; 
    font-weight: bold;
    /* font-size: 1vw; */
  }
  
  .panel-body ul li .a
  {
    text-indent: 50px;
  }
  
  .panel-body img
  {
    width: 98%;
    margin: 0 auto;
  }
  
  
  li .sub_serv_cont
  {
    width: 80%;
    margin: 0 auto;
    font-weight: 400;
  }
  
  
  .sub_serv_cont_header
  {
    width: 100%;
    margin: 0 auto;
    
  }
  
  .sub_serv_cont
  {
    margin: 10px 0;
  
  }
  
  .sub_serv_p
  {
    font-weight: 400;
    text-align: left;
  }
  
  .accordion
  {
    margin: 10% 0;
  }
  
  .hide {
    display: none;
    margin: 10% 0;
  }
  
  li span
  {
    text-align: left;
    font-weight: 700;
    /* font-size: 1.2vw; */
  }
  
  .card-img-top
  {
    border: 5px solid #ffc107;
  }
  
  .card-body
  {
    padding: 0;
  }
  
    #services_page
    {
      display: none;
    }
  
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
  .btn-services{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    box-shadow: none !important;
    height: 100%;
    width: 100%;
  }

  #servicespage_d
  {
    /* height: 100%; */
    margin: 10% auto;    
  }

  #services_page
  {
    display: none;
  }

  .sub_header
  {
    padding: 10px; 
    font-weight: bold;
    /* font-size: 1vw; */
  }

}
@media only screen and (min-width: 1201px){
  .btn-services{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    box-shadow: none !important;
    height: 100%;
    width: 100%;
  }

  #servicespage_d
  {
    /* height: 100%; */
    margin: 7% auto;    
  }

  #services_page
  {
    display: none;
  }

  .sub_header
  {
    padding: 10px; 
    font-weight: bold;
    /* font-size: 1vw; */
  }

  

}

  