body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }

  
  .head{
    z-index: 2;
      height: 70px;
      background-image:url(backgroundbanner.jpg);
      background-position: right;
      background-repeat: no-repeat;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgb(255, 207, 16);
      width: 100%;
      z-index: 1000;
  }
  
  .img1{
      float: left;
      width: 60px;
      height: 60px;
      margin-top: 8px;
      margin-left: 30px;
    }



  .head ul{
    list-style: none;
    display: flex;
    margin-left: 820px;
  }
  
  .head ul li{
    margin-top: 3px;
    padding: 8px 8px;
  }
  
  .head ul li a{
    padding-bottom: 25px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  
    text-decoration: solid;
    color: #80331c;
    margin-top: 25px;
    cursor: pointer;
    font-size: medium;
    transition: all 0.3s;
  }
  .head ul li a:hover{
    color: white;
  }
  
  
  .sub-menu-1{
    margin-left: -10px;
    display: none;
  }
  .head ul li:hover .sub-menu-1{
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: 1020px;
    background-color: rgb(255, 225, 0);
  }
  .head ul li:hover .sub-menu-1 ul{
    display: block;
    margin: 5px;
  }
  
  .sub-menu-1 ul li{
    font-weight: bold;
    font-size: small;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
  
  }


  .catalogue1{
    height: 700px;
    display: flex;
    margin-left: 150px;
    margin-top: 150px;
  }

  .pics{
    padding: 30px;
    padding-right: 100px;
    padding-left: 100px;
    border: rgb(125, 125, 125);
    height: 560px;
    box-shadow: rgb(125, 125, 125) 5px 8px 8px;
  }


  .pumpic{
    height: 550px;
    width: 290px;
  }

  .inform{
    padding: 20px;
    margin-left: 150px;
  }

  .topic{
    text-align: center;
    color: rgb(6, 28, 100);
    font-weight: bolder;
    font-size: x-large;
  }
  .spec{
    text-align: center;
    color: rgb(6, 28, 100);
    font-size: larger;
  }

  .points{
    font-size: medium;
    font-family: Georgia, 'Times New Roman', Times, serif;
  }

  .pdf{
    margin-bottom: 50px;
    padding: 20px;
    height: 140px;
    margin-left: 150px;
    margin-right: 150px;
    border: rgb(0, 0, 0);
    border-radius: 5px;
    box-shadow: rgb(125, 125, 125) 5px 8px 8px;
  }

  .pdfbutton{
    background-color: rgb(255, 93, 34);
    color: white;
    padding: 10px;
    margin-right: 10px;
    font-size: medium;
    border-radius: 5px;
    cursor: pointer;
    border: rgb(255, 93, 34);
  }
  .pdfbutton:hover{
    background-color: rgb(0, 202, 0);
  }

  .foot{
    text-align: center;
    padding: 5px;
    margin-bottom: 0px;
    height: 350px;
  }

  .foots{
    background-color: rgb(255, 207, 16);
  }

  .new{
    display: flex;
  }

  .new1{
    flex: 1;
    margin-left: 30px;
    padding: 20px;
  }
  .text{
    font-weight: bolder;
    font-size: x-large;
    text-align: left;
    color: #006eff;
  }
  .texts{
    font-size: larger;
    color: black;
    text-align: left;
    text-decoration: solid;
    font-weight: 500;
  }
  .texts a:hover{
    color: rgb(12, 74, 8);
  }
  
  .tel{
    float: left;
    margin-top: 8px;
    width: 40px;
    height: 40px;
  }

  .telephone{
    display: flex;
  }

  .tele1{
    float: left;
  }
  /* services offerred waala list */
  .sub-menu-2{
    margin-left: -10px;
    display: none;
    max-height: 380px;
    overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-color: rgb(0, 157, 255);
  }
  .sub-menu-2::-webkit-scrollbar{
    width: 6px;
  }
  .sub-menu-2::-webkit-scrollbar-thumb {
    background-color: rgb(0, 157, 255); 
    border-radius: 3px;
  }
  .sub-menu-2::-webkit-scrollbar-track {
    background-color: rgb(255, 225, 0); /* Customize the scrollbar track color */
  }
  .head ul li:hover .sub-menu-2{
    z-index: 2;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: 1150px;
    background-color: rgb(255, 225, 0);
  }
  .head ul li:hover .sub-menu-2 ul{
    display: block;
    margin: 5px;
  }
  
  .sub-menu-2 ul li{
    font-weight: bold;
    font-size: small;
    width: 100px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
  
  }

  .videocont{
    width: 400px;
    height: 250px;
  }
  .videocont iframe{
    width: 100%;
    height: 100%;
  }








  @media (max-width: 767px){
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
    }
  
    
  .head{
    z-index: 2;
    height: 50px;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgb(255, 207, 16);
      width: 100%;
      z-index: 1000;
      animation: blink is infinite;
    }
    @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
  }
  
  
    .img1{
      float: left;
      width: 40px;
      height: 40px;
      margin-top: 8px;
      margin-left: 10px;
    }
    .head ul{
      list-style: none;
      display: flex;
      margin-left: 40px;
    }
    
    .head ul li{
      margin-top: -3px;
      padding: 2px 2px;
    }
    
    .head ul li a{
      padding-bottom: 25px;
      padding-top: 20px;
      padding-left: 1px;
      padding-right: 2px;
  
      font-weight: bold;
      text-decoration: solid;
      color: #80331c;
      margin-top: 25px;
      cursor: pointer;
      font-size: 9px;
      transition: all 0.3s;
    }
    .head ul li a:hover{
      color: white;
    }
    
    
    .sub-menu-1{
      margin-left: -10px;
      display: none;
    }
    .head ul li:hover .sub-menu-1{
      z-index: 2;
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      margin-left: 1020px;
      background-color: rgb(255, 225, 0);
      display: none;
    }
    .head ul li:hover .sub-menu-1 ul{
      display: block;
      margin: 5px;
      display: none;
    }
    
    .sub-menu-1 ul li{
      font-weight: bold;
      font-size: small;
      width: 100px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-top: 10px;
      text-align: left;
      display: none;
    
    }
  
  
    /* services offerred waala list */
    .sub-menu-2{
      margin-left: -10px;
      display: none;
      max-height: 380px;
      overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    }
    .sub-menu-2::-webkit-scrollbar{
      width: 6px;
      display: none;
    }
    .sub-menu-2::-webkit-scrollbar-thumb {
      background-color: rgb(0, 157, 255); 
      border-radius: 3px;
      display: none;
    }
    .sub-menu-2::-webkit-scrollbar-track {
      background-color: rgb(255, 225, 0); /* Customize the scrollbar track color */
      display: none;
    }
    .head ul li:hover .sub-menu-2{
      z-index: 2;
      display: block;
      position: absolute;
      left: 0;
      top: 100%;
      margin-left: 1150px;
      background-color: rgb(255, 225, 0);
      display: none;
    }
    .head ul li:hover .sub-menu-2 ul{
      display: block;
      margin: 5px;
      display: none;
    }
    
    .sub-menu-2 ul li{
      font-weight: bold;
      font-size: small;
      width: 100px;
      padding-left: 5px;
      padding-right: 5px;
      padding-bottom: 10px;
      padding-top: 10px;
      text-align: left;
      display: none;
    
    }






    .catalogue1{
      height: 1100px;
      display: flex;
      margin-left: 30px;
      margin-right: 30px;
      margin-top: 70px;
      flex-direction: column;
    }
  
    .pics{
      padding: 30px;
      padding-right: 100px;
      padding-left: 70px;
      border: rgb(125, 125, 125);
      height: 560px;
      text-align: center;
      box-shadow: rgb(125, 125, 125) 5px 8px 8px;
    }
  
  
    .pumpic{
      height: 350px;
      width: 190px;
      text-align: center;
    }
  
    .inform{
      padding: 20px;
      margin-left: 0px;
      
    }
  
    .topic{
      text-align: center;
      color: rgb(6, 28, 100);
      font-weight: bolder;
      font-size: medium;
    }
    .spec{
      text-align: center;
      color: rgb(6, 28, 100);
      font-size: smaller;
    }
  
    .points{
      font-size: medium;
      font-family: Georgia, 'Times New Roman', Times, serif;
    }
  
    .pdf{
      flex-direction: column;
      margin-bottom: 50px;
      padding: 20px;
      height: 110px;
      margin-left: 30px;
      margin-right: 30px;
      border: rgb(0, 0, 0);
      border-radius: 5px;
      box-shadow: rgb(125, 125, 125) 5px 8px 8px;
    }
  
    .pdfbutton{
      background-color: rgb(255, 93, 34);
      color: white;
      padding: 5px;
      margin-bottom: 10px;
      margin-right: 5px;
      font-size: x-small;
      border-radius: 5px;
      cursor: pointer;
      border: rgb(255, 93, 34);
    }
    .pdfbutton:hover{
      background-color: rgb(0, 202, 0);
    }








    .foot{
      text-align: center;
      padding: 3px;
      margin-top: 30px;
      margin-bottom: -30px;
      height: 150px;
     
    }
    .foots{
      background-color: rgb(255, 207, 16);
      height: 235px;
      
    }
  
    .new{
      display: flex;
     
    }
  
    .new1{
      flex: 1;
      margin-left: 3px;
      padding: 3px;
     
    }
    .text{
      font-weight: bolder;
      font-size: small;
      text-align: left;
      color: #006eff;
      
    }
    .texts{
      font-size: 7px;
      color: black;
      text-align: left;
      text-decoration: solid;
      font-weight: 500;
      
    }
    .texts a:hover{
      color: rgb(12, 74, 8);
      
    }
    
    .tel{
      float: left;
      margin-top: 8px;
      width: 15px;
      height: 15px;
      
    }
  
    .telephone{
      display: flex;
     
    }
  
    .tele1{
      float: left;
     
    }
    .videocont{
      margin-top: 30px;
      width: 120px;
      height: 80px;
     
    }
    .videocont iframe{
      width: 100%;
      height: 100%;
      
    }
    
  
    

  }