#ats_ce_front_enquiry_form {
  max-width: 750px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#ats_ce_front_enquiry_form .row {
  margin: 0;
}

#ats_ce_front_enquiry_form .col-xs-12 {
  padding: 0
}

.form-control {
  border-radius: 0;
  border-color: #000;
  background-color: #d6d5cf
}

#atsce_front_enquiry_fisrt_name {
  border-bottom: 0;
  border-right: 0;
}

#atsce_front_enquiry_mobile {
  border-bottom: 0;
  border-right: 0;
}

#atsce_front_enquiry_query {
  border-bottom: 0;
}

#atsce_front_enquiry_mobile {}

#atsce_front_enquiry_email {
  border-bottom: 0;
  border-bottom: 0;
}

textarea {
  overflow: auto;
  min-height: 70px;
}

.form-group {
  position: relative;
  margin-bottom: 0;
}

.help-text {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  top: 12px;
  right: 15px;
}
.help-text .bxs-calendar-exclamation::before{
  content: 'X';
  font-family: 'Gadugi';
}
.form-group.has-error .select2-container .select2-selection--single {
  border-color: #a94442 !important;
}

.form-group.has-error .form-control {
  border-color: #a94442 !important;
}

.has-error.has-feedback .select2-container--default .select2-selection--single .select2-selection__arrow {
  opacity: 0
}

.ats-control-label {
  display: none;
  padding-bottom: 0px;
  font-weight: 600;
  font-size: 16px;
}

input[placeholder], [placeholder], [placeholder] {
  color: #000 !important;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
}

select.form-control {
  height: 40px;
}

select {
  color: #444;
}

.toast-title {
  font-size: 18px !important;
}

.toast-message {
  font-size: 14px !important;
}

.select2-container {
  width: 100% !important;
  margin-bottom: 15px;
}

.form-control::-moz-placeholder {
  color: #000 !important;
}

.form-control:-ms-input-placeholder {
  color: #000 !important;
}

.form-control::-webkit-input-placeholder {
  color: #000 !important;
}

.required {
  color: #f00;
}

.placement-list {
  max-height: 300px;
  border: 3px solid #888;
}

.placement-list table {
  color: #000;
}

form .ats-form-submit-button {
  font-size: 20px;
  display: inline-block;
}

.ats-form-submit-button {
  border-radius: 0px;
  color: #000;
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 10px 11px;
}

.ats-form-submit-button:hover, .ats-form-submit-button:focus, .ats-form-submit-button:active {
  background-color: #000;
  color: #fff;
}

.post-widget-body a {
  color: #333 !important;
  text-decoration: none !important;
  transition: 0.15s;
}

.post-widget-body a:hover {
  color: #202020 !important;
}

.post-widget-body h3 {
  font-weight: 600 !important;
}

/*Google recaptcha responsive css*/
.g-recaptcha>div {
  margin-left: auto;
  margin-right: auto;
}

@media(max-width:768px) {

  #atsce_front_enquiry_fisrt_name,
  #atsce_front_enquiry_mobile {
    border-right: 1px solid #000;
  }
}

@media(max-width:650px) {
  .g-recaptcha>div {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 40% 0;
    -webkit-transform-origin: 40% 0;
  }
}
