*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@media (min-width:1200px) {
  .header .menu>ul>li:not(:last-child) {
    margin-right: 36px;
}
}

@media (min-width:768px) {
  
.sidebarTabs {
  position: relative;
width: 100%;
  overflow: hidden;
  display: flex;
  background: #f9f6f6;
  border-radius: 5px;
  .tabscontent {
    padding: 20px;

    .contents {
      display: none;
    }

    .show {
      display: block;
    }
   
  }

  .tabBtns {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    padding: 0px;
    position: sticky;
    top: 20px;
    direction: rtl;
    overflow-y: scroll;
    height: 450px;

    &::-webkit-scrollbar {
      width: 10px;
  }
  &::-webkit-scrollbar-track {
    background: #f1f1f1;
}
&::-webkit-scrollbar-thumb {
  background-color: var(--primary); 
  border-radius: 10px; 
  border: 2px solid #fff; 
}
    

    .btn1 {
      background: #e8e8ea;
      border-bottom: 1px solid rgb(217, 215, 215);
      border-right: 1px solid rgb(217, 215, 215);
      padding: 15px;
      cursor: pointer;
      direction: ltr;
    }
  }
}
}

@media (max-width:991px) {
    .about_text{
        margin-right: 0px;
        padding-top: 30px;
      }
      .about_img{
        overflow: hidden;
      }
      .about_img img{
        border-radius: 5px;
        width: 100%;
        }

        .about_img::before{
            position: absolute;
            content: "";
            top: 10%;
            bottom: 10%;
            left: 10%;
            width: 60%;
            height: 80%;
            background: var(--primary);
            z-index: -1;
            border-top-left-radius: 5px;
            border-bottom-left-radius: 5px;
          }
          
          .short_img{
            position: absolute;
            bottom: 0px;
            right: 0px;
           padding-left: 10px;
           padding-top: 10px;
            background: white;
            border-top-left-radius: 5px;
          }
          .short_img{
            width: 50%;
          }

/* circle */

          .rotated_circle {
            position: absolute;
            width: 100px; 
            height: 100px; 
            /* margin: 50px auto;  */
            right: 0%;
            top: -13%;
            .logo {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 1; 
            width: 80px;
            height: 80px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            border-radius: 50%;
              background: green;
              border: 3px solid white;
              border-radius: 50%;
              box-shadow: 0px 0px 2px 4px rgba(9, 66, 89, 0.359);
            
            }
            .logo .year{
              font-size: 18px;
              color: white;
              font-weight: 600;
            }
            .logo .Experience{
              font-size: 10px;
              color: white;
              font-weight: 500;
            }
          }
          
         
          
          
          .circle {
            width: 100px; 
            height: 100px; 
            border: 3px dashed green;
            border-radius: 50%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform-origin: center;
            animation: rotateCircle 10s linear infinite;
            padding: 20px;
          }
          
          .contact_details{
            padding: 2px 5px !important;
          }
          
.contact_Section_bgset{
    background: #f7f7ff;
    padding: 1px 0px !important;
  }
  .Hcontact_form{
    padding: 0px;
    background: transparent;
    margin: 0px;
  }


  .product-box12{
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
 
  .common-product-heading{
    color: var(--primary);
    font-size: 15px;
  }
.product-text{
  gap: 25%;
  top: 5%;
  left: 0px;
  p{
    font-size: 12px;
  }
}

}













@media (max-width:661px) {
  .header_button1{
    margin-top: initial !important;
    padding: 4px 10px !important;
    font-size: 13px !important;
    margin-bottom: 0px !important;
  }
  .mobile-head{
    font-size: 16px !important;
  }
    .cont_icons h5 {
        color: rgba(0, 0, 0, 0.695);
        font-size: 17px !important;
      }
      .cont_icons{
        display: grid;
      grid-template-columns: 60px 200px;
        gap: 5px !important;
      }

      .product_box{
        padding: 5px;
        border-radius: 7px;
    }
    .product_box h5{
        color: black;
        font-size: 15px;
    }
    .productsection .swiper-button-prev:after{content: "\f060" !important; font-family: FontAwesome !important; font-size: 15px !important; color: rgba(0, 0, 0, 0.9) !important;}
.productsection .swiper-button-next:after{content: "\f061" !important; font-family: FontAwesome !important; font-size: 15px !important; color: rgba(0, 0, 0, 0.9) !important;}

.productsection .swiper-button-prev {
    left: inherit  !important;
    right: 60px !important;
    width: 28px !important;
    height: 28px !important;

}

.productsection .swiper-button-next {
    right: 10px !important;
    left: auto;
    width: 28px !important;
    height: 28px !important;
}

.productsection .swiper-button-next {
    top: var(--swiper-navigation-top-offset,14%) !important;
}

.productsection .swiper-button-prev {
    top: var(--swiper-navigation-top-offset,14%) !important;
}
.productsection .swiper-wrapper{
    margin-top: 5px !important;
  }
  .why_content h5{
    color: white;
    padding-top: 20px;
    font-size: 18px !important;
  }

  .common_heading .heading{
    font-size: 25px;
  color: var(--secondary);
  }
  .common_heading .heading1{
    font-size: 25px;
  color: var(--primary);
  }
  
  .icons_box h4{
    font-size: 14px !important;
  }
  .box14{
    width: 50px;
    height: 50px;
  }
  .social_icons{
    display: grid;
    grid-template-columns: repeat(6,1fr);
  }
  .social_icons li img{
    width: 80%;
  }
  .contact_form {
    margin: 0px !important;
}
.about_img1 img{
  width: 100%;
}
.about_img1::before{
display: none;
  }
  .About_us_section{
    padding: 7px 0px;
  }
  .contact-detailse14{
    height: 100% !important;
  }
  .contact-detailse14 .col-12{
    padding: 0px !important;
  }
  .contact_form_main {
    margin-top: 20px;
  }
  .application_text h4{
    color: rgb(253, 253, 253);
    font-size: 13px;
  }
  .application_box {
    margin: 0px !important;
    margin-bottom: 20px !important;
}
.imagest14 img{
  margin-bottom: 15px;
}
.imagest15 img{
  height: 160px !important;
  margin-bottom: 15px;
}
.career-left{
  margin:20px 0px;

}
.address_icons {
  grid-template-columns: 10% 90%;
}

.tabsbtn1{
  background: var(--secondary);
  position: relative;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;

  h6{
    font-size: 18px;
    color: white;
    z-index: 8888;
    margin: 0px;
  }
  a{
    position: relative;
    z-index: 5;
    padding: 12px 5px !important;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }



}



}





@media (min-width:700px) {
  
  .products_tabs::-webkit-scrollbar{
    width: 5px;
  }
  .products_tabs::-webkit-scrollbar-track{
    background-color: #d1e5ff;
  }
  .products_tabs::-webkit-scrollbar-thumb{
    border-radius: 15px;
    background: var(--primary);
    height: 20px;
  }



  }
  
  
  
  @media (max-width:991px) {
  
  
    .choose_145 {
      overflow: hidden;
      padding: 0px !important;
    }
  
    .why_choose_mai-box {
      padding-top: 40px;
      position: relative;
      display: grid;
      grid-template-columns: repeat(1, 1fr);
  
    }
  
    .choose_box {
      background: rgba(255, 255, 255, 0.789);
      padding: 10px;
      margin: 15px;
      padding-top: 60px;
      position: relative;
      border-radius: 30px 30px 0px 0px;
      margin-bottom: 50px;
  
    }
  
    .industries_img {
      margin-bottom: 100px;
    }
  
  
    .products_tabs {
      top: 90px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      /* height: 50px !important; */

      padding: 0px !important;
      padding-top: 20px !important;
      flex-direction: row !important;
      width: 100% !important;
      overflow-x: auto;
      margin-bottom: 10px;
    }
  
    .products_tabs a {
      margin: 0px !important;
      margin-right: 12px !important;
      min-width: 150px;
min-height: 42px !important;
    }
  
    .products_tabs a:before {
      position: absolute;
      content: "";
      width: 25px;
      height: 25px;
      background: black;
      bottom: -12px;
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    }
  
    .blackset.active12 {
      background: var(--secondary) !important;
    }
  
    .blackset.active12::before {
      position: absolute;
      content: "";
      width: 25px;
      height: 25px;
      background: var(--secondary) !important;
      bottom: -12px;
      clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
      visibility: visible;
    }
    .blackset::before {
      visibility: hidden;
 }
  
    .product-img-box {
      width: 100%;
      height: auto !important;
  }
  
  .products_content{
    padding-left:2px ;
  }
  
  
  .deskhide{
    display: block;
  }
  .modile-hide{
    display: none;
  }
  
  
  
  .contact_container{
    width: 100% !important;
    margin: 0px !important;
  border-radius: 1px;
  padding-right: .7rem !important;
  background: none;
  
  }
  
   .contact-map{
     position: absolute;
     width: 90%;
     top: -10%;
     border-radius: 20px 20px 0px 0px;
     div{
       border-radius: 20px 20px 0px 0px;
       overflow: hidden;
       height:205px;
     }
   }



   /* sidebar */

   .sidebarTabs {
    position: relative;
  width: 100%;
    overflow: hidden;
    display: flex;
    background: #f9f6f6;
    border-radius: 5px;
    .tabscontent {
      padding: 10px;
  
      .contents {
        display: none;
      }
  
      .show {
        display: block;
      }
     
    }
  
    .tabBtns {
      background: #ffffff;
      display: flex;
      flex-direction: row;
      padding: 0px;
      position: relative;
overflow-x: scroll;
top: 0px;
  
      .btn1 {
        background: #e8e8ea;
        border-bottom: 1px solid rgb(217, 215, 215);
        border-right: 1px solid rgb(217, 215, 215);
        padding: 15px;
        cursor: pointer;
        min-width: 250px !important;
        text-align: center;
        display: flex;
        align-items: center;
      }
    }
  }
  .paddingset48{
    padding: 5px;
  }
  .bgcolor{
    background: #f9f6f6 !important;
    border-right: none !important;
  }
  

  .second-abouts{
    align-items: baseline !important;
    height: 100%;
  
    img{
      width: 100%;
      margin: auto;
    }
  }

  }




