.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e3e9eb;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #495057;
    background-color:  #e3e9eb;
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  
}

.section-space{
    padding-top: 90px;
    
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}

@media (max-width: 1024px) and (min-width: 767px) {
  .wework_s .vc-content svg{
    width: 412% !important;
  }
  body{
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 600px) {
  .vc-second {
    margin-top: 0;
    padding-bottom: 60px;
  }
  .hero-sectionvc {
    padding-top: 0px;
  }
  .right-1, .right-2 {
    max-width: 44% !important;
  }
  .stra-col {
    max-width: 47% !important;
  }
  .line {
    border: 0px solid #ed563b;
  }
  .wework_s h2 {
    font-size: 56px;
  }
  .vc-content h2 span {
    font-size: 56px;
  }
  .stage_svg{
    left: 13% !important;
    top: 0% !important;
  }
  .stage_svg svg{
    width: 300% !important;
  }
  .vc-content ul li {
    font-size: 26px;
    line-height: 40px !important;
    padding: 10px 0;
  }
  .fcused h3 {
    font-size: 30px;
  }


}
