/* input box */
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.box1 {
    background-color: white;
    padding: 14px;
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .box2 {
    background-color: white;
    padding: 13px;
    width: 100%;
    border-radius: 4px;
    margin-left: -15rem;
  }
  
  .navbar-list {
    display: flex;
    margin-left: 70px;
  
  }
  
  .navbar-list li {
    list-style: none;
  
  
  
    margin: 20px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Helvetica Neue", Oxygen-Sans, Ubuntu, Cantarell, Helvetica, Arial, sans-serif !important;
  }
  
  .navbar-list li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
  
  }
  
  .alan {
    /*      filter: invert(100%);*/
    /* background-image: url(./images/logo.png); */
    height: 39px;
    width: 132px;
    margin-top: 15px;
    margin-left: 100px;
  }
  
  .section {
    /* background: url(images/bac.png); */
    /* filter: brightness(40%); */
    /* background-image: linear-gradient(rgba(0, 0, 0, 0.5),
                     rgba(0, 0, 0, 0.5)), url("images/bac.png"); */
    /* background: linear-gradient(0deg,        rgba(39,38,42,1) 0%, rgba(255,255,255,0)     60%), url("images/bac.png"); */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.8)), url(/images/bac.png); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.8)), url(/images/bac2.jpg);
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  
  .img2 {
    height: 21px;
    padding-right: 20px;
  }
  
  .img3 {
    height: 13px;
    padding-right: 5px;
  }
  .img10{
    height: 21px;
  }
  /* .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
  }
  
  .down {
    display: none !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  } */
  
  .input-header {
    /*      border:2px solid black;*/
    /* width: 16%;
    margin-left: 250px;
    padding: 14px 37px 14px 6px;
    background-color: white;
    border-radius: 5px; */
    display: flex;
    flex-wrap: wrap;
  
  }
  
  .search-box {
    /* background-color: white;
    padding: 14px 37px 14px 6px; */
    display: flex;
    align-items: center;
  
  }
  
  
  .middle-section {
    position: relative;
    top: -60px;
    margin: 0 auto !important;
    background: #fff;
    border-radius: 5px;
    padding: 24px 16px 16px 16px;
    box-shadow: 0 8px 26px 0 rgba(0, 0, 0, 0.08);
  
  }
  
  .images5 {
    height: 150px;
    width: 260px;
  
  }
  
  .images6 {
    height: 35px;
  }
  
  .footer {
    background-color: black;
    color: white;
  }
  
  .footer ul {
    display: flex;
  
  }
  
  .footer ul li {
    list-style: none;
  
  }
  
  .footer ul li a {
    text-decoration: none;
    margin: 15px;
    color: white;
  }
  
  /* Home Repaire */
  
  .RepairImages {
    width: 100%;
    height: 50%;
    object-fit: cover;
    border-radius: 4px;
  
  }
  /* for laptop */
  @media (max-width:1300px) {
    .input-header{
      display: flex;
      justify-content: center;
      flex-direction:column;
    }
    .box2{
      display: block;
      margin: auto;
    }
    .box1{
      display: block;
      margin: auto;
      width: 100%;
    }
    .largedevices{
      margin: auto;
      
    }
  }

  /* mobile */
  @media (max-width: 768px){
    /* for card responsive */
    .teamSection{
      flex-wrap: wrap;
    }
    .header-menu{
      width: 100%;
      
    }
    .navbar-list{
      margin-left: 0px;
      flex-wrap: wrap;
    }
  
    .box1{
      width: 70%;
    }
    .box2{
      width: 70%;
      margin: auto;
      margin-top:20px ;
    }
  }
  
  @media (max-width: 576px){
    .navbar-list{
      margin-left: 0px;
      font-size: 16px;
    }
  }

  /* ImageHover Effects */

  .ImageHover{
    transition: all ease 0.4s;
  }
  .ImageHover:hover{
    scale: 1.07;
    
  }

  /* hidding the border of the input field*/
  #city:focus{
    outline: none;

  }

  #SearchBox:focus{
    outline: none;
  }

  /* For About Page css */
  .aboutSection{
    display: flex ;
    justify-content:space-around;
    flex-wrap: wrap;
  }
  .numberBox{
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .whowearesection{
    background-color: #fff;
    border: 1px solid black;
    padding: 20px;
  }

  .ceoLogo{
    height: 100px;
    width: 100px;
    border-radius: 50%;
  }

  .teamCard1{
    /* height: 200px;
    width: 500px; */
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    /* border: 1px solid black; */
    margin: 20px;
    padding: 37px;
  }

  .teamSection{
    display: flex;
    justify-content: center;
    margin: 20px;
    
  }

  .InvestorSection{
    display: flex;
    justify-content: center;
    margin: 20px;
    flex-wrap: wrap;
  }

  .lastSection{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  
  }
  .lastSectionBox{
    margin: 30px;
  }


  /* For whatapp */
  .whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }
  .whatsapp-icon {
    margin-top: 16px;
  }

  /* for mobile */
  @media screen and (max-width: 767px){
    .whatsapp-icon {
      margin-top: 10px;
    }
    .whatsapp_float {
      width: 40px;
      height: 40px;
      bottom: 20px;
      right: 10px;
      font-size: 22px;
    }
  }