@charset "utf-8";

form.form .form-control input{
  text-align: left;
}
.btn_class_ctr{
  margin-left: 15px;
}
.col-form-control.btn_class{    margin-top: 20px;}
.input-container {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.form-control {
  border: 1px solid #000;
}

.col-form-label {
  max-width: 110px;
  width: 100%;
}

.form-control {
  max-width: 300px;
  min-width: 220px;
}

.input-field {
  width: 100%;
  /* padding: 10px; */
  outline: none;
}

.form-control {
  border: 1px solid #000;
}

.form-control {
  max-width: 350px;
  min-width: 260px;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.rectangle {
  background-image: url(../images/contactus_bg.svg);
  margin-top: 170px;
  background-position: top right;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  z-index: auto;
  min-height: 400px;
  background-size: contain
}

label {
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #000000;
}

input.form-control.file {
  border: solid 1px #c8c8c8;
  background-color: #f7f7f7;
}

.form-control {
  border: solid 1px #c8c8c8 !important;
}
/* .form-control {
  border: 1px solid #000 !important;
} */

form.form {
  /* max-width: 600px; */
}
label.error{
  color:red;
  flex-basis: 100%;
  text-align: center;
}

form.form .form-control:focus {
  /* border-color: #f9a61c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(249 169 37 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 152 0 / 60%); */
}

form.form .form-control {
  float: right;
  height: 40px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  margin: 0 0 0px 0;
}

form.form .btn.btn-primary {
  /* float: right; */
  margin: auto;
}

footer {
  position: relative;
  bottom: -35px;
}

@media (min-width: 769px) and (max-width: 1099px) {
  form.form .form-control {
    float: left;
  }
}

@media (max-width: 790px) {
  label {
    height: 30px;
  }
  form.form .form-control {
    float: left;

  }
  form.form .form-control input{
    text-align: left;
  }

}

@media (max-width: 719px) {
  .subheadsec h1 {
    font-size: 24px;
  }
  .btn_class_ctr{
    margin-left: 0px;
  }

  .subheadsec p {
    font-family: Roboto;
    font-size: 14.4px;
  }

  .input-container {
    flex-direction: column;
  }

  .col-form-control {
    text-align: center;
  }

}


@media (max-width: 479px) {
  form.form .btn.btn-primary {
    /* float: right; */
    /* margin: auto; */
    max-width: 350px;
    min-width: 260px;
    width: calc(100% - 15px);
    /* margin: 15px; */
  }
}

@media (max-width: 370px) {
  .maincontainer {
    width: 98%;
  }

  form.form .btn.btn-primary {
    /* float: right; */
    /* margin: auto; */
    max-width: 350px;
    min-width: 260px;
    width: calc(100% - 30px);
    /* margin: 15px; */
  }

}