#contact_us_view .rtacontact_us.common-space {
    padding: 40px 0;
    margin: 0;
}
#contact_us_view .rtacontact_us-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}

#contact_us_view .rtacontact_us-form {
  flex: 1 1 150px;
}

#contact_us_view .rtacontact_us-info {
  flex: 1 1 300px;
  background: #f4f4f4;
  padding: 30px;
  border-radius: 0px;
  height: fit-content;
}

#contact_us_view .getintouch {
  color: #38a838;
  font-weight: 600;
  margin-bottom: 5px;
}

#contact_us_view .rtacontact_us-form h2 {
  font-size: 28px;
  margin-bottom: 25px;
}

#contact_us_view .rtacontact_us-form form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#contact_us_view .rtacontact_us-form label {
  font-weight: 600;
  font-size: 14px;
}

#contact_us_view .rtacontact_us-form label span {
  color: red;
}

#contact_us_view .rtacontact_us-form input,
#contact_us_view .rtacontact_us-form select {
  padding: 10px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  outline: none;
  width: -webkit-fill-available;
}

#contact_us_view .rtacontact_us-form textarea {
  resize: none;
}

#contact_us_view .checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
}
#contact_us_view .checkbox input {
  width: auto;
  margin-left: 0px;
}

#contact_us_view .contact-sub-button {
  background: #38a838;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 0px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

#contact_us_view .contact-sub-button:hover {
  background: #2f8e2d;
}

/* INFO SECTION */
#contact_us_view .info-block {
  margin-bottom: 25px;
}

#contact_us_view .info-title {
  font-weight: 600;
  margin-bottom: 5px;
}
#contact_us_view .info-title i {
    margin-right: 7px;
}

#contact_us_view .info-desc {
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  #contact_us_view .rtacontact_us-container {
    flex-direction: column;
  }
}
#contact_us_view .select2-selection--multiple {
  padding: 10px !important;
  border-radius: 0px !important;
}
#contact_us_view .select2-search__field {
  margin-top: 0px !important;
}
#contact_us_view .select2-selection__choice {
  margin-top: 0px !important;
}
#contact_us_view .select2-selection__clear {
  margin-top: 0px !important;
}
 
#contact_us_view .rtacontact_us-form h3 {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
  font-weight: 600;
}