html,
body {
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .breadcrumb__area {
    padding: 100px 0 45px 0;
  }
  .horizontal-menu {
    display: flex;
    flex-direction: column;
  }
  .tabsContainer {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .tabsContainer2 {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    gap: -10;
    margin-top: -10;
  }
  .tabs {
    width: 90% !important;
    height: 60vh;
    border: 5px dashed #02344b;
    border-radius: 15px;
  }
  .tabsheading {
    font-size: 25px !important;
    color: #02344b;
  }

  /* responsive services start */

  /* custom design */
  .container2 {
    margin-top: -60px;
    padding: 25px 10px 0px 10px;
    width: 80%;
  }
  .container1{
    width: 90%;
    margin-top: 35px;
    padding-top: 35px;
  }
  .services {
    gap: 0px;
  }
  .services-heading{
    font-size: 30px;
  }
  .choose__three-list-item {
    padding: 10px;
  }
  /* custom design end */

  /* FEA & Simulation */
  .con{
    padding-top: 50px; 
  }
  .zoom-r{
    height: 30vh!important;
  }
  /* FEA & Simulation end */

 /* responsive services END */


}

/* Responsive For Tab */


@media (max-width: 1024px){
  
  /* responsive services start */

  /* custom design */
  .container2 {
    margin-top: -165px;
    padding: 25px 10px 0px 10px;
    width: 80%;
  }
  .container1{
    width: 90%;
    margin-top: 50px;
    padding: 105px 20px 0px 20px;
  }
  .services {
    gap: 0px;
  }
  .services-heading{
    font-size: 30px;
    margin-top: -50px;
  }
  .choose__three-list-item {
    padding: 10px;
  }
  /* custom design end */

  /* FEA & Simulation */
  .con{
    padding-top: 50px; 
  }
  .zoom-r{
    height: 30vh!important;
  }
  /* FEA & Simulation end */
  .switch__tab, .scroll-up{
    display: none;
  }


  .section-content {
    width: 95%;
  }
  .section img{
    width: 95%;
  }
  .tab-res{
    width: 95%;
  }
}