* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
    html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
  }
  
  @media only screen and (max-width: 992px) {
    html,
    body {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
    }
  }
  
.img1 {
  width: 150px;
  height: 60px;
  margin-left: 12rem;
}

.home{
    margin-left: 5rem;

}

@media (max-width:769px){
    .img1{
        margin-left: 0;
    }
}

.whatsapp_float {
  position: fixed;
  bottom: 4rem;
  right: 2rem;
}

.whatsapp_float_btn {
  border-radius: 5px;
}

.call {
  background-color: rgb(75, 75, 255);
  text-align: center;
}

.call a {
  color: white;
  text-decoration: none;
  padding: 1rem;
}

.form {
  max-width: 50%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  transition: 0.4s;
  background: #f2f2f2;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 769px) {
  .form {
    max-width: 80%;
  }
}
@media (max-width: 321px) {
  p {
    padding: 10px;
  }
}

.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: 100%;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8332;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
  transform: translateY(-1px);
}

.button-5:active {
  background-color: #c85000;
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  transform: translateY(0);
}

/* .a {
    width: 160px;
    padding: 10px;
    height: 50px;
    float: right;
    margin: 0 auto;
    background-color: yellow;
    -ms-transform: rotate(20deg); 
    transform: rotate(270deg);
    position: fixed; 
    top: 50%; 
    left: 93%; 
    border: 0;
    text-align: center;
  } */

  .a{
   
      position: fixed;
    width: 100%;
    height: 0%;
    /* height: 200px; */
    /* background: blue; */
    top: 50%;
    /* float: right; */
  }

  .a a{
    
    width: 150px; 
    height: 45px; 
    background-color: yellow;
    transform: rotate(270deg);
    float: right;
    padding: 10px;
    border-radius: 12px;
    margin-right: -3rem;
  }

  @media (max-width:426px){
    .a a{
        width: 150px;
        height: 45px; 
        margin-right: -3rem;

      }
  }
  @media (max-width:321px){
    .button-5{
       width: 110%;
      }
  }
  
  
    /* #prblm{
      display: block;
      width: 100%;
      padding: 0.375rem 0.75rem;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: var(--bs-body-color);
      background-color: var(--bs-form-control-bg);
      background-clip: padding-box;
      border: var(--bs-border-width) solid var(--bs-border-color);
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0.375rem;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      margin-top: 0.5rem;
  } */
  #First_Name {
    /* border-radius: 8px; */
    width: 100%;
    padding: 7px;
  }
  #Last_Name{
    /* border-radius: 8px; */
    width: 100%;
    padding: 7px;
  }
  
  #Email {
    /* border-radius: 8px; */
    width: 100%;
    padding: 7px;
    /* margin-top: 1rem;  */
  }
  
   
  #Phone {
    /* border-radius: 8px; */
    width: 100%;
    padding: 7px;
    /* margin-top: 1rem; */
  }
  
  .formsubmit {
    font-weight: bolder;
    border: 2px solid #ff6633;
    /* border-radius: 5px; */
    background: linear-gradient(to left, #ff9933 0%, #ff0000 100%);
    margin-top: 10px;
    width: 100%;
    height: 30px;
    color: white;
    /* margin-left: 8px; */
  }

  .zcwf_row{
    margin: 12px;
  }