.w3-black{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.w3-container{
    margin: 10px;
    padding: 15px 10px;
    background: #fff;
}
.count{
    margin: 0px 10px 0px 15px !important;
    color: #31415d;
    background: #fbad18;
    padding: 4px 11px;
    border-radius: 100%;
}
.w3-button{
    text-align: start;
    display: flex;
    align-items: center;
    background-color: #ff6600;
    color: #000;
    border-radius: 10px;
    font-weight: 600;
    padding: 5px;
    border:none;
    width: 100%;
    height: 55px;
    justify-content: center;
    padding: 10px 15px;
    text-align: center;
}
.Body-Copy-Sub-Heading{
    font-size: 20px;
    color: #ff6600;
}
.orange{
    color: #ff6600;
  
}
.w3-container p{
    margin: 0 0 20px 0 !important;
}
.desktop_tabs{
    display: block;
}
/*  */
.mobile_tabs{
    display: none;
}
.accordion {
    background-color: #ff6600;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    margin-bottom: 10px;
    transition: 0.4s;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 8px;
  }
  
  .acc_active, .accordion:hover {
    background-color: #000;
    color: #fff;
    font-weight: 600;
  }
  
  .panel {
    padding: 20px;
    display: none;
    background-color: white;
    overflow: hidden;
    text-align: justify;
    background: #f0f1f1;
    margin-bottom: 10px;
  }
  .mobile_tabs{
  padding:20px;
  }
  .tab_content_heading{
    color: #ff6600;
   font-size: 18px;
  }
  .contact_info{
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
  }
  .call_us_content{
    color: #fff;
  }
  .have_plan{
    margin-right: 10px;
  }
  .have_plan{
    animation: flash 1s linear infinite;
  
    background: #fff;
    padding: 10px;
    margin: 5px;
    color: #000;
    border-radius: 22px
  }
  /* hover */
.w3-button:hover{
  color: #fff;
  background-color: #000;
}
.w3-button:hover .count{
  margin: 0px 10px 0px 15px !important;
  color: #31415d;
  background: #fff;
  padding: 4px 11px;
  border-radius: 100%;
}
 .aactive {
  background-color: #000; 
  color: #fff;
}
.contactBanner img,.aboutBanner img,.servicesBanner img{
  margin-top: 20px;
  width:100%;
  height: 450px;
  object-fit: cover;
}

  @keyframes flash {
    0% {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
    }
    
    
    100% {
      opacity: 1;
    }
  }
@media only screen and (max-width:1000px){
    .desktop_tabs{
        display: none;
    }
    .mobile_tabs{
        display: block;
    }
}
@media only screen and (max-width:768px){
  .contactBanner img,.servicesBanner img{
    margin-top: 20px;
    width:100%;
    height: 250px;
    object-fit: cover;
  }
  .aboutBanner img{
    margin-top: 40px;
    width:100%;
    height: 250px;
    object-fit: cover;
  }
  #about {
    padding: 0px !important;
  }
  #services {
    padding: 0px !important;
  }
  #about .about-content{
    padding-top: 0px;
  }
}
