
      /*=========================================== contact us  start =======================================*/
      label {
    font-family: RobotoRegular;
}
/*p{
	 font-family: RobotoRegular;
}*/

      .ExpressionofInterest .form-area {
        background-color: #fff;
        box-shadow: 0px 5px 10px rgba(90, 116, 148, 0.3);
        padding: 40px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .ExpressionofInterest .form-area .form-inner {
        width: 100%;
      }
      
      .ExpressionofInterest .form-control {
        display: block;
        width: 100%;
        height: auto;
        padding: 15px 19px;
        font-size: 1rem;
        line-height: 1.4;
        color: #475f7b;
        background-color: #fff;
        border: 1px solid #dfe3e7;
        border-radius: 0.267rem;
        -webkit-transition: border-color 0.15s ease-in-out,
          box-shadow 0.15s ease-in-out;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      }
      .ExpressionofInterest .contact-form {
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
      }

      .intl-tel-input,
      .iti {
        width: 100%;
      }
      .ExpressionofInterest .iti__selected-flag {
        background-color: white !important;
      }

      @media only screen and (max-width: 767px) {
        .ExpressionofInterest .contact-form-left-data {
          text-align: center;
        }
        .topdata {
          position: absolute;
          top: 8px;
          right: 20px;
        }

        .navbar-toggleBtn {
          position: relative;
          z-index: 1;
        }
      }

      @media (min-width: 768px) and (max-width: 1000px) {
        .dharavi-header .bottom--menu {
          border-top: none;
          position: absolute;
          top: 12px;
        }
      }

      @media only screen and (max-width: 1000px) {
        #navbarNav {
          display: none;
        }
      }

      .ExpressionofInterest .error-message {
        color: red;
        font-size: 0.875em;
        margin-top: 0.25em;
      }

      /*=========================================== contact us  end =======================================*/
.is-invalid {
    border-color: red !important;
}

.error-message {
    color: red;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}
.ExpressionofInterest {
  /* margin-top: 14%; */
}

.ExpressionOfInterestPara {
    padding: 1rem;
}

    
	/* Error styling */
.is-invalid {
  border-color: #dc3545 !important;
}

.error-message {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.is-invalid-radio-group {
  border: 1px solid #dc3545;
  border-radius: 0.375rem;
  padding: 0.5rem;
  margin-bottom: 1rem;
}

.is-invalid-radio-group .form-check-label {
  color: #dc3545;
}
.form-heading h2{   
 font-family: 'RobotoRegular';
}


.table-responsive {
    font-family: 'RobotoRegular';
}

.ExpressionOfInterestPara p {
    font-family: 'RobotoRegular';
}

