@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
.intent-form {
  border: 1px solid #ccc;
  padding: 20px 20px;
  margin: 30px 0px;
  font-family: 'Montserrat', sans-serif; }
  .intent-form .fz-18 {
    font-size: 20px;
    line-height: 30px; }
  .intent-form .fz-16 {
    font-size: 16px; }
  .intent-form h1, .intent-form h2, .intent-form h3, .intent-form h4, .intent-form h5, .intent-form h6 {
    margin: 0px;
    padding: 0px;
    font-weight: 700; }
  .intent-form ol li {
    font-weight: 600;
    padding-bottom: 8px;
    line-height: 20px;
    text-align: justify; }
  .intent-form a {
    color: #000;
    font-weight: 600;
    text-decoration: underline; }
    .intent-form a:hover {
      text-decoration: none; }
  .intent-form .table {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    background: #fff; }
    .intent-form .table th, .intent-form .table td {
      font-family: 'Montserrat', sans-serif;
      font-weight: 600; }
  .intent-form h5 {
    text-align: center;
    padding-bottom: 10px;
    line-height: 20px; }
  .intent-form h4 {
    text-align: center;
    padding-bottom: 20px;
    text-decoration: underline;
    font-size: 24px;
    padding-bottom: 30px; }
  .intent-form p {
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600; }
  .intent-form h3 {
    margin: 0px;
    padding: 10px 0px;
    font-size: 20px; }
  .intent-form label {
    padding-left: 20px;
    padding-top: 5px; }
  .intent-form label.mandi:before {
    content: "*";
    color: #ff0000;
    font-weight: 500;
    padding-right: 5px; }
  .intent-form .form-control {
    height: 40px;
    border-radius: 0px;
    box-shadow: inherit;
    color: #000;
    font-weight: 600; }
    .intent-form .form-control:focus {
      box-shadow: inherit; }
  .intent-form textarea.form-control {
    height: inherit; }
  .intent-form h4.academic {
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding-bottom: 0px; }
  .intent-form h4.infotitle {
    font-size: 18px;
    text-align: left;
    text-decoration: none;
    padding-bottom: 10px; }
  .intent-form .table > tbody > tr > td, .intent-form .table > tbody > tr > th, .intent-form .table > tfoot > tr > td, .intent-form .table > tfoot > tr > th, .intent-form .table > thead > tr > td, .intent-form .table > thead > tr > th {
    padding-left: 5px !important;
    vertical-align: middle; }
  .intent-form .intent-btn {
    background-color: #48372f;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 10px 20px;
    display: block;
    width: 100%; }
    .intent-form .intent-btn:hover {
      background-color: #f8dc0b;
      color: #000; }
  .intent-form .radio-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .intent-form .radio-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .intent-form .checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%; }
  .intent-form .radio-box:hover input ~ .checkmark {
    background-color: #ccc; }
  .intent-form .radio-box input:checked ~ .checkmark {
    background-color: #2196F3;
    border-color: #2196F3; }
  .intent-form .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .intent-form .radio-box input:checked ~ .checkmark:after {
    display: block; }
  .intent-form .radio-box .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white; }
  .intent-form .square-box {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .intent-form .square-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .intent-form .checkmarkone {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc; }
  .intent-form .square-box:hover input ~ .checkmarkone {
    background-color: #ccc; }
  .intent-form .square-box input:checked ~ .checkmarkone {
    background-color: #2196F3; }
  .intent-form .checkmarkone:after {
    content: "";
    position: absolute;
    display: none; }
  .intent-form .square-box input:checked ~ .checkmarkone:after {
    display: block; }
  .intent-form .square-box .checkmarkone:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .intent-form .intent-form h4.text-left {
    text-align: left !important l; }

/*# sourceMappingURL=intent-form.css.map */
