.form-container {
    margin: 0px 20px 84px 20px;
}
@font-face {
  font-family: zain-black;
  src: url("fonts/Zain-Black.ttf");
}
@font-face {
  font-family: zain-bold;
  src: url("fonts/Zain-Bold.ttf");
}
@font-face {
  font-family: zain-extrabold;
  src: url("fonts/Zain-ExtraBold.ttf");
}
@font-face {
  font-family: zain-light;
  src: url("fonts/Zain-Light.ttf");
}
@font-face {
  font-family: zain-regular;
  src: url("fonts/Zain-Regular.ttf");
}
footer{
    background: #d3d3d3;
    color: #fff;
    max-height: 500px;
    height: auto;
}

.table-head {
    background: indianred;
}

.table-cell {
    border: 1px solid;
}

td {
    border: 1px solid;
    padding: 20px;
}

.message-button {
    background: green;
    padding: 20 15px;
    color: white;
    font-size: 5rem;
}

table {
    margin: 0 auto;
    
}

h1 {
    color: #EB0505;
    font-size: 5rem;
}

.header {
      background: grey;
      background-size: cover;
      background-position: center;
      height: 10vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .header h1 {
      font-size: 4rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: red;
    }

    .header p {
      font-size: 1.5rem;
      margin-bottom: 2rem;
    }

    .header .btn {
      font-size: 1.2rem;
      padding: 1rem 2rem;
    }

@media (min-width: 1024px) {
    .bannar-img{
        width: 100%;
        max-height: 531px;
        height: auto;
    }
}

@media (min-width: 767px) {
    .bannar-img{
        width: 100%;
        max-height: 531;
        height: auto;
    }
}

.content-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-div2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

h3 {
    color: blue;
    font-weight: bold;
    text-align: center;
}

.container {
    display: flex;
  justify-content: center;
  align-items: center;
}

.field-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px 40px;
}

.required-asterisk {
  color: red;
  font-weight: bold;
}

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Inter", zain-regular;
  }

  .formbold-form-label {
    display: block;
    font-weight: 300px;
    margin-bottom: 5px;
    font-size: 40px;
}
  
.formbold-form-input {
    width: calc(100% - 10px);
    padding: 0;
    box-sizing: border-box;
    border: 1px solid #979797;
    background: #fff;
    height: 13rem;
    color: #000000;
    font-size: 5rem; 
}

.formbold-form-input::placeholder {
    color: #8a8a8b;
}

.formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .formbold-form-input {
        font-size: 5rem; 
    }
}
  
  h2 {
    color: black;
    font-size: 5rem;
}

.floating-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border: none;
    border-radius: 14px;
    width: 465px;
    height: 84px;
    text-align: center;
    font-size: 4rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.floating-button i {
    line-height: 60px;
}

.floating-button span {
    display: none;
    position: absolute;
    background-color: #25d366;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    bottom: 70px;
    right: -45px;
}
.floating-button:hover span {
    display: block;
}  
        footer {
            background-color: #f8f9fa;
            color: #F0F0F0;
            padding: 40px 0;
            font-size: 5rem;
        }
        
        .text-reset {
            margin: 0px 30px;
            font-size: 5rem;
        }

        .footer-logo {
            text-align: center;
            margin-bottom: 20px;
        }

        .social-icons {
            text-align: center;
            margin-bottom: 20px;
            margin: 31px 24px;
        }

        .tax-number {
            text-align: center;
            margin-bottom: 20px;
        }

        .terms-link {
            text-align: center;
            margin-bottom: 20px;
        }

        .copyright {
            text-align: center;
            background-color: rgba(0, 0, 0, 0.05);
            padding: 10px 0;
        }

        @media (max-width: 767px) {
            .social-icons {
                text-align: center;
                font-size: 50px;
            }
        }