.form-group input {
  display: block;
  border-radius: 3px;
  height: 50px;
  background-color: transparent !important; }

.form-group .form-control:focus {
  border-color: #ff6100; }

.form-group select {
  -webkit-appearance: none;
  height: 50px !important;
  z-index: 1; }

.form-group .down-arrow {
  right: 13px;
  top: 13px;
  z-index: 0;
  opacity: .8; }

.form-group .terms-checkbox {
  top: 0;
  left: 0;
  bottom: 0;
  height: 24px;
  width: 24px;
  opacity: 0;
  z-index: 1; }

.error {
  display: block;
  line-height: 1;
  margin-top: 2px; }

.w-235 {
  width: 235px; }

.border-dashed {
  border: 1px dashed #cecece; }

.rounded-10 {
  border-radius: 10px; }

.contact-circle img {
  max-height: 200px; }

.ticket img {
  max-height: 150px; }

.location .col-md-6.mb-4:last-child {
  margin-bottom: 0 !important; }

.location .card .title {
  font-size: 20px; }

.location .card p {
  margin-bottom: 0; }

.alert-icon {
  height: 70px;
  width: 70px;
  border: 2px solid #212121;
  border-radius: 50px; }

.contact-form .form-group label::before{
    content:none;
}
.contact-form .form-group label {
    color: #ff6100;
    font-size: 13px;
}

@media (min-width: 1200px) {
    .mw-700 {
    max-width: 700px; } }

@media (max-width: 1199px) {
  .font-20 {
    font-size: 20px; } }

@media (max-width: 575px) {
  .cotact-form-group .w-50 {
    width: 100% !important; } }

select::-ms-expand {
  display: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.1;
  text-overflow: ''; }

@media (min-width:1200px){
    .location .col-12.col-md-6.col-lg-4.mb-4.mb-lg-0:not(:nth-child(-n+3)) {
        margin-top: 1.25rem;
    }
}

@media all and (-ms-high-contrast: none) {
    select:: -ms-expand {
    display: none; } }
